Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -210,7 +210,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 210 |
height=500, # Increased height
|
| 211 |
bubble_full_width=True, # Allow bubbles to use full width
|
| 212 |
show_copy_button=True,
|
| 213 |
-
avatar_images=(
|
| 214 |
type="messages",
|
| 215 |
container=True,
|
| 216 |
scale=1,
|
|
|
|
| 210 |
height=500, # Increased height
|
| 211 |
bubble_full_width=True, # Allow bubbles to use full width
|
| 212 |
show_copy_button=True,
|
| 213 |
+
avatar_images=(None, "🧙"),
|
| 214 |
type="messages",
|
| 215 |
container=True,
|
| 216 |
scale=1,
|