Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
| 146 |
|
| 147 |
chatbot = gr.Chatbot(
|
| 148 |
type="messages",
|
| 149 |
-
label=
|
| 150 |
render_markdown=True,
|
| 151 |
scale=1,
|
| 152 |
avatar_images=(None,"https://lh3.googleusercontent.com/oxz0sUBF0iYoN4VvhqWTmux-cxfD1rxuYkuFEfm1SFaseXEsjjE4Je_C_V3UQPuJ87sImQK3HfQ3RXiaRnQetjaZbjJJUkiPL5jFJ1WRl5FKJZYibUA=w214-h214-n-nu")
|
|
|
|
| 146 |
|
| 147 |
chatbot = gr.Chatbot(
|
| 148 |
type="messages",
|
| 149 |
+
label=used_model + " Chatbot (Streaming Output)", #Label now indicates streaming
|
| 150 |
render_markdown=True,
|
| 151 |
scale=1,
|
| 152 |
avatar_images=(None,"https://lh3.googleusercontent.com/oxz0sUBF0iYoN4VvhqWTmux-cxfD1rxuYkuFEfm1SFaseXEsjjE4Je_C_V3UQPuJ87sImQK3HfQ3RXiaRnQetjaZbjJJUkiPL5jFJ1WRl5FKJZYibUA=w214-h214-n-nu")
|