LovnishVerma commited on
Commit
3441a54
·
verified ·
1 Parent(s): c360f70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
172
  chatbot = gr.Chatbot(
173
  height=500,
174
  bubble_full_width=False,
175
- avatar_images=(None, "🤖"),
176
  show_label=False
177
  )
178
 
 
172
  chatbot = gr.Chatbot(
173
  height=500,
174
  bubble_full_width=False,
175
+ avatar_images=(None, "bot.png"),
176
  show_label=False
177
  )
178