Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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, '
|
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,
|