Spaces:
Running
Running
salomonsky
commited on
Commit
•
51c124a
1
Parent(s):
ffce18d
Update app.py
Browse files
app.py
CHANGED
@@ -54,9 +54,6 @@ chat_interface = gr.ChatInterface(
|
|
54 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=False, layout="vertical", height=700),
|
55 |
concurrency_limit=9,
|
56 |
theme="soft",
|
57 |
-
retry_btn=None,
|
58 |
-
undo_btn=None,
|
59 |
-
clear_btn=None,
|
60 |
submit_btn="Enviar",
|
61 |
)
|
62 |
|
|
|
54 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=False, layout="vertical", height=700),
|
55 |
concurrency_limit=9,
|
56 |
theme="soft",
|
|
|
|
|
|
|
57 |
submit_btn="Enviar",
|
58 |
)
|
59 |
|