Cachoups commited on
Commit
d5dafb7
·
verified ·
1 Parent(s): f324e34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -545,8 +545,8 @@ with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
545
  with gr.Column():
546
  sentiment_results_pdf2 = gr.HighlightedText(label="Sentiment Analysis - PDF 2")
547
 
548
- with gr.Row():
549
- with gr.Group("Adverse growth trends"):
550
  with gr.Column():
551
  country_1_dropdown = gr.Dropdown(label="Select Country from Excel File 1")
552
  summarize_btn1_country = gr.Button("Summary for the selected country")
 
545
  with gr.Column():
546
  sentiment_results_pdf2 = gr.HighlightedText(label="Sentiment Analysis - PDF 2")
547
 
548
+ with gr.Accordion("Adverse growth trends"):
549
+ with gr.Row():
550
  with gr.Column():
551
  country_1_dropdown = gr.Dropdown(label="Select Country from Excel File 1")
552
  summarize_btn1_country = gr.Button("Summary for the selected country")