sitammeur commited on
Commit
c0d4a98
·
verified ·
1 Parent(s): 0e74a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, editable="user"),
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
  )