Kiy-K commited on
Commit
7466bea
·
verified ·
1 Parent(s): 4426b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -727,7 +727,7 @@ def run_app():
727
  label="⏱️ Session Status",
728
  interactive=False,
729
  elem_classes="timer-box",
730
- avatar_images=(bot_avatar, "Modern Microchip Logo with _F_.png") # (user_avatar, bot_avatar)
731
  )
732
 
733
  chatbot = gr.Chatbot(
 
727
  label="⏱️ Session Status",
728
  interactive=False,
729
  elem_classes="timer-box",
730
+ avatar_images=(None, "Modern Microchip Logo with _F_.png") # (user_avatar, bot_avatar)
731
  )
732
 
733
  chatbot = gr.Chatbot(