Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 549 |
-
with gr.
|
| 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")
|