Spaces:
Sleeping
Sleeping
dolphinium
commited on
Commit
Β·
eddfbb6
1
Parent(s):
8290c25
delete avatar image.
Browse files
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
|
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")
|