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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.ChatInterface(
27
  save_history=True,
28
  show_progress="full",
29
  flagging_mode="manual",
30
- editable=True
31
  theme="TejAndrewsACC/zetaofficialthemeacc"
32
  )
33
 
 
27
  save_history=True,
28
  show_progress="full",
29
  flagging_mode="manual",
30
+ editable=True,
31
  theme="TejAndrewsACC/zetaofficialthemeacc"
32
  )
33