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