Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
105b7ae
1
Parent(s):
a4313a3
push
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ def chat(user_input,history):
|
|
220 |
|
221 |
|
222 |
|
223 |
-
avatar = '
|
224 |
|
225 |
|
226 |
theme = gr.themes.Soft(
|
@@ -228,10 +228,11 @@ theme = gr.themes.Soft(
|
|
228 |
neutral_hue="zinc",
|
229 |
)
|
230 |
chatbot = gr.Chatbot(
|
231 |
-
|
232 |
layout='panel',
|
233 |
avatar_images=avatar,
|
234 |
height=600,
|
|
|
235 |
)
|
236 |
|
237 |
# Add the CSS to the ChatInterface
|
|
|
220 |
|
221 |
|
222 |
|
223 |
+
avatar = 'IM.4o_logo.png'
|
224 |
|
225 |
|
226 |
theme = gr.themes.Soft(
|
|
|
228 |
neutral_hue="zinc",
|
229 |
)
|
230 |
chatbot = gr.Chatbot(
|
231 |
+
|
232 |
layout='panel',
|
233 |
avatar_images=avatar,
|
234 |
height=600,
|
235 |
+
type = 'messages'
|
236 |
)
|
237 |
|
238 |
# Add the CSS to the ChatInterface
|