Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -735,7 +735,7 @@ with gr.Blocks(theme=ArtemisiaTheme(), css=custom_css) as demo:
|
|
735 |
with gr.Column(elem_classes="section-header"):
|
736 |
gr.Markdown("## Results & Insights")
|
737 |
gr.Markdown("Visualizations and data from your queries")
|
738 |
-
|
739 |
results_placeholder = gr.Markdown("Ask a question in the chat to analyze risk data and see insights here", elem_classes="placeholder-text", render=True)
|
740 |
|
741 |
# Wire up the chat functionality
|
|
|
735 |
with gr.Column(elem_classes="section-header"):
|
736 |
gr.Markdown("## Results & Insights")
|
737 |
gr.Markdown("Visualizations and data from your queries")
|
738 |
+
with gr.Column(elem_classes="results-content"):
|
739 |
results_placeholder = gr.Markdown("Ask a question in the chat to analyze risk data and see insights here", elem_classes="placeholder-text", render=True)
|
740 |
|
741 |
# Wire up the chat functionality
|