Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -850,8 +850,8 @@ def create_gradio_interface() -> gr.Interface:
|
|
850 |
)
|
851 |
],
|
852 |
additional_inputs_accordion=gr.Accordion("⚙️ Advanced Parameters", open=True),
|
853 |
-
retry_btn=
|
854 |
-
undo_btn="
|
855 |
clear_btn="Clear",
|
856 |
chatbot=gr.Chatbot(
|
857 |
show_copy_button=True,
|
|
|
850 |
)
|
851 |
],
|
852 |
additional_inputs_accordion=gr.Accordion("⚙️ Advanced Parameters", open=True),
|
853 |
+
retry_btn="Retry",
|
854 |
+
undo_btn="Undo",
|
855 |
clear_btn="Clear",
|
856 |
chatbot=gr.Chatbot(
|
857 |
show_copy_button=True,
|