zelk12 commited on
Commit
21b75aa
·
verified ·
1 Parent(s): 85d75e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Gemini2.0 'Thinking' 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")
 
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")