Satyam-Singh commited on
Commit
730c58c
1 Parent(s): eaa3a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def gemini_chat(message, history):
127
  gr.ChatInterface(
128
  fn=gemini_chat,
129
  chatbot=gr.Chatbot(show_label=False,
130
- avatar_images=(random.choice(['1.png','2,png','3.png','4.png','5.png']), 'llava-logo.svg'),
131
  show_share_button=False,
132
  show_copy_button=True,
133
  likeable=True,
 
127
  gr.ChatInterface(
128
  fn=gemini_chat,
129
  chatbot=gr.Chatbot(show_label=False,
130
+ avatar_images=(random.choice(['1.png','2.png','3.png','4.png','5.png']), 'llava-logo.svg'),
131
  show_share_button=False,
132
  show_copy_button=True,
133
  likeable=True,