fCola commited on
Commit
359ae32
·
verified ·
1 Parent(s): b4ce8d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(