Satyam-Singh commited on
Commit
123c649
1 Parent(s): 6ed0e89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def gemini_chat(message, history):
120
  gr.ChatInterface(
121
  fn=gemini_chat,
122
  chatbot=gr.Chatbot(show_label=False,
123
- avatar_images=(None, 'palm-logo.png'),
124
  show_share_button=False,
125
  show_copy_button=True,
126
  likeable=True,
 
120
  gr.ChatInterface(
121
  fn=gemini_chat,
122
  chatbot=gr.Chatbot(show_label=False,
123
+ avatar_images=(None, 'llava-logo.svg'),
124
  show_share_button=False,
125
  show_copy_button=True,
126
  likeable=True,