Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
| 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 |
|