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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -580,8 +580,8 @@ 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", render=True)
584
-
585
  # Wire up the chat functionality
586
  #send_button.click(
587
  # fn=send_message,
 
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
+ results_placeholder = gr.Code(value="Ask a question in the chat to analyze risk data and see insights here", language="json", elem_classes="placeholder-text", render=True)
585
  # Wire up the chat functionality
586
  #send_button.click(
587
  # fn=send_message,