Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2569,7 +2569,6 @@ body {
|
|
| 2569 |
demo = gr.ChatInterface(
|
| 2570 |
fn=respond,
|
| 2571 |
type="messages",
|
| 2572 |
-
chatbot=gr.Chatbot(label="Z3ta-Z", show_copy_button=True),
|
| 2573 |
save_history=True,
|
| 2574 |
show_progress="full",
|
| 2575 |
flagging_mode="manual",
|
|
|
|
| 2569 |
demo = gr.ChatInterface(
|
| 2570 |
fn=respond,
|
| 2571 |
type="messages",
|
|
|
|
| 2572 |
save_history=True,
|
| 2573 |
show_progress="full",
|
| 2574 |
flagging_mode="manual",
|