Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ additional_inputs = [
|
|
56 |
with gr.Blocks(theme=theme) as demo:
|
57 |
gr.ChatInterface(
|
58 |
fn=generate,
|
59 |
-
chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel",
|
60 |
additional_inputs=additional_inputs,
|
61 |
title="ConvoLite",
|
62 |
submit_btn="➢",
|
|
|
56 |
with gr.Blocks(theme=theme) as demo:
|
57 |
gr.ChatInterface(
|
58 |
fn=generate,
|
59 |
+
chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto", autofocus="True"),
|
60 |
additional_inputs=additional_inputs,
|
61 |
title="ConvoLite",
|
62 |
submit_btn="➢",
|