zelk12 commited on
Commit
d87279c
·
verified ·
1 Parent(s): 9b6c718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
190
  label=used_model + " Chatbot (Streaming Output)", #Label now indicates streaming
191
  render_markdown=True,
192
  scale=1,
193
- #editable="all",
194
  avatar_images=(None,"https://lh3.googleusercontent.com/oxz0sUBF0iYoN4VvhqWTmux-cxfD1rxuYkuFEfm1SFaseXEsjjE4Je_C_V3UQPuJ87sImQK3HfQ3RXiaRnQetjaZbjJJUkiPL5jFJ1WRl5FKJZYibUA=w214-h214-n-nu")
195
  )
196
 
 
190
  label=used_model + " Chatbot (Streaming Output)", #Label now indicates streaming
191
  render_markdown=True,
192
  scale=1,
193
+ editable="all",
194
  avatar_images=(None,"https://lh3.googleusercontent.com/oxz0sUBF0iYoN4VvhqWTmux-cxfD1rxuYkuFEfm1SFaseXEsjjE4Je_C_V3UQPuJ87sImQK3HfQ3RXiaRnQetjaZbjJJUkiPL5jFJ1WRl5FKJZYibUA=w214-h214-n-nu")
195
  )
196