Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ additional_inputs = [
|
|
47 |
|
48 |
gr.ChatInterface(
|
49 |
fn=generate,
|
50 |
-
chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto",
|
51 |
additional_inputs=additional_inputs,
|
52 |
title="ConvoLite",
|
53 |
submit_btn="➢",
|
@@ -55,5 +55,6 @@ gr.ChatInterface(
|
|
55 |
undo_btn="↩ Undo",
|
56 |
clear_btn="Clear (New chat)",
|
57 |
stop_btn="Stop ▢",
|
|
|
58 |
concurrency_limit=20,
|
59 |
).launch(show_api=False)
|
|
|
47 |
|
48 |
gr.ChatInterface(
|
49 |
fn=generate,
|
50 |
+
chatbot=gr.Chatbot(show_label=True, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height="auto",),
|
51 |
additional_inputs=additional_inputs,
|
52 |
title="ConvoLite",
|
53 |
submit_btn="➢",
|
|
|
55 |
undo_btn="↩ Undo",
|
56 |
clear_btn="Clear (New chat)",
|
57 |
stop_btn="Stop ▢",
|
58 |
+
submit_btn scroll_to_output="True"
|
59 |
concurrency_limit=20,
|
60 |
).launch(show_api=False)
|