PeterPinetree commited on
Commit
ed690b4
·
verified ·
1 Parent(s): 279d39e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,