Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ demo = gr.ChatInterface(
|
|
229 |
stop_btn="Stop",
|
230 |
title=title,
|
231 |
description=description,
|
232 |
-
chatbot=gr.Chatbot(scale=1, show_copy_button=True, resizable=True
|
233 |
flagging_mode="never",
|
234 |
# save_history=True,
|
235 |
)
|
|
|
229 |
stop_btn="Stop",
|
230 |
title=title,
|
231 |
description=description,
|
232 |
+
chatbot=gr.Chatbot(scale=1, show_copy_button=True, resizable=True),
|
233 |
flagging_mode="never",
|
234 |
# save_history=True,
|
235 |
)
|