Satyam-Singh commited on
Commit
e5003c3
1 Parent(s): 2d7f2ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ google_key_component = gr.Textbox(
137
  visible=GOOGLE_API_KEY is None
138
  )
139
  chatbot_component = gr.Chatbot(
140
- label='Gemini',
141
  bubble_full_width=False,
142
  avatar_images=AVATAR_IMAGES,
143
  scale=2,
 
137
  visible=GOOGLE_API_KEY is None
138
  )
139
  chatbot_component = gr.Chatbot(
140
+ label='LLaVa',
141
  bubble_full_width=False,
142
  avatar_images=AVATAR_IMAGES,
143
  scale=2,