adebimpe1 commited on
Commit
def0412
·
verified ·
1 Parent(s): 1dc5913

Update app.py

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