kk20krishna commited on
Commit
c979164
·
verified ·
1 Parent(s): b3e7744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -297,10 +297,6 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
297
  gr.Markdown("### Ask about the policy and get advice.")
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
  )
305
 
306
  gr.Examples(
 
297
  gr.Markdown("### Ask about the policy and get advice.")
298
  chat = gr.ChatInterface(fn=ask_question,
299
  chatbot=gr.Chatbot(),
 
 
 
 
300
  )
301
 
302
  gr.Examples(