sharsh02 commited on
Commit
136b4a2
1 Parent(s): 408879d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -425,7 +425,7 @@ my_chatbot = gr.Chatbot(
425
  render=True,
426
  height="400%",
427
  show_share_button=True,
428
- avatar_images=[None, "./agent.png"],
429
  sanitize_html=True,
430
  render_markdown=True,
431
  bubble_full_width=False,
@@ -434,7 +434,7 @@ my_chatbot = gr.Chatbot(
434
  layout="panel",
435
  )
436
 
437
- gr.ChatInterface(
438
  fn=generate_final_response,
439
  chatbot=my_chatbot,
440
  title='<span style="font-family: Helvetica; font-size: 40px; color: green;">StockX</span>',
 
425
  render=True,
426
  height="400%",
427
  show_share_button=True,
428
+ avatar_images=[None, "./agentt.png"],
429
  sanitize_html=True,
430
  render_markdown=True,
431
  bubble_full_width=False,
 
434
  layout="panel",
435
  )
436
 
437
+ demo = gr.ChatInterface(
438
  fn=generate_final_response,
439
  chatbot=my_chatbot,
440
  title='<span style="font-family: Helvetica; font-size: 40px; color: green;">StockX</span>',