dolphinium commited on
Commit
eddfbb6
Β·
1 Parent(s): 8290c25

delete avatar image.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -685,7 +685,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
685
 
686
  with gr.Row():
687
  with gr.Column(scale=1):
688
- chatbot = gr.Chatbot(label="Analysis Chat Log", height=700, show_copy_button=True, avatar_images=(None, "https://pharma-circle.com/images/favicon.png"))
689
  msg_textbox = gr.Textbox(placeholder="Ask a question, e.g., 'Show me the top 5 companies by total deal value in 2023'", label="Your Question", interactive=True)
690
  with gr.Row():
691
  clear_button = gr.Button("πŸ”„ Start New Analysis", variant="primary")
 
685
 
686
  with gr.Row():
687
  with gr.Column(scale=1):
688
+ chatbot = gr.Chatbot(label="Analysis Chat Log", height=700, show_copy_button=True)
689
  msg_textbox = gr.Textbox(placeholder="Ask a question, e.g., 'Show me the top 5 companies by total deal value in 2023'", label="Your Question", interactive=True)
690
  with gr.Row():
691
  clear_button = gr.Button("πŸ”„ Start New Analysis", variant="primary")