Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -580,7 +580,7 @@ with gr.Blocks(theme=ArtemisiaTheme(), css=custom_css) as demo:
|
|
580 |
gr.Markdown("## Results & Insights")
|
581 |
gr.Markdown("Visualizations and data from your queries")
|
582 |
with gr.Column(elem_classes="results-content"):
|
583 |
-
results_placeholder = gr.Markdown("Ask a question in the chat to analyze risk data and see insights here", elem_classes="placeholder-text")
|
584 |
|
585 |
# Wire up the chat functionality
|
586 |
#send_button.click(
|
|
|
580 |
gr.Markdown("## Results & Insights")
|
581 |
gr.Markdown("Visualizations and data from your queries")
|
582 |
with gr.Column(elem_classes="results-content"):
|
583 |
+
results_placeholder = gr.Markdown("Ask a question in the chat to analyze risk data and see insights here", elem_classes="placeholder-text", render=True)
|
584 |
|
585 |
# Wire up the chat functionality
|
586 |
#send_button.click(
|