Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,8 @@ demo = gr.ChatInterface(
|
|
26 |
autofocus=False,
|
27 |
save_history=True,
|
28 |
show_progress="full",
|
|
|
|
|
29 |
theme="TejAndrewsACC/zetaofficialthemeacc"
|
30 |
)
|
31 |
|
|
|
26 |
autofocus=False,
|
27 |
save_history=True,
|
28 |
show_progress="full",
|
29 |
+
flagging_mode="manual",
|
30 |
+
editable=True
|
31 |
theme="TejAndrewsACC/zetaofficialthemeacc"
|
32 |
)
|
33 |
|