kk20krishna commited on
Commit
152a8ae
·
verified ·
1 Parent(s): 2c2ad92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
298
  chat = gr.ChatInterface(fn=ask_question,
299
  chatbot=gr.Chatbot(
300
  avatar_images=(
301
- "https://em-content.zobj.net/source/twitter/141/woman-technologist_1f469-1f4bb.png", # User
302
  "https://em-content.zobj.net/source/twitter/141/robot-face_1f916.png" # Bot
303
  )
304
  ),
 
298
  chat = gr.ChatInterface(fn=ask_question,
299
  chatbot=gr.Chatbot(
300
  avatar_images=(
301
+ "https://em-content.zobj.net/source/twitter/141/parrot_1f99c.png", # User
302
  "https://em-content.zobj.net/source/twitter/141/robot-face_1f916.png" # Bot
303
  )
304
  ),