TejAndrewsACC commited on
Commit
7777ea4
·
verified ·
1 Parent(s): 81d9f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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