Beibars003 commited on
Commit
9649a70
·
verified ·
1 Parent(s): f88c3e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -244,7 +244,6 @@ demo = gr.ChatInterface(
244
  title=title,
245
  description=description,
246
  chatbot=gr.Chatbot(scale=1, show_copy_button=True),
247
- editable=True,
248
  cache_examples=False,
249
  )
250
 
 
244
  title=title,
245
  description=description,
246
  chatbot=gr.Chatbot(scale=1, show_copy_button=True),
 
247
  cache_examples=False,
248
  )
249