Spaces:
Sleeping
Sleeping
Commit
·
25fc6c4
1
Parent(s):
5e79494
Update app.py
Browse files
app.py
CHANGED
@@ -43,14 +43,12 @@ def generate(
|
|
43 |
|
44 |
chat_interface = gr.ChatInterface(
|
45 |
fn=generate,
|
46 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height=
|
47 |
-
additional_inputs=additional_inputs,
|
48 |
concurrency_limit=2,
|
49 |
theme="soft",
|
50 |
retry_btn=None,
|
51 |
undo_btn=None,
|
52 |
clear_btn=None,
|
53 |
-
additional_inputs_accordion=None,
|
54 |
submit_btn="Enviar",
|
55 |
)
|
56 |
|
|
|
43 |
|
44 |
chat_interface = gr.ChatInterface(
|
45 |
fn=generate,
|
46 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel", height=700),
|
|
|
47 |
concurrency_limit=2,
|
48 |
theme="soft",
|
49 |
retry_btn=None,
|
50 |
undo_btn=None,
|
51 |
clear_btn=None,
|
|
|
52 |
submit_btn="Enviar",
|
53 |
)
|
54 |
|