Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ demo = gr.ChatInterface(
|
|
79 |
],
|
80 |
additional_inputs_accordion=gr.Accordion(open=True),
|
81 |
theme=gr.themes.Soft(),
|
82 |
-
retry_btn=None
|
83 |
-
undo_btn=None
|
84 |
)
|
85 |
|
86 |
|
|
|
79 |
],
|
80 |
additional_inputs_accordion=gr.Accordion(open=True),
|
81 |
theme=gr.themes.Soft(),
|
82 |
+
retry_btn=None,
|
83 |
+
undo_btn=None,
|
84 |
)
|
85 |
|
86 |
|