Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks() as demo:
|
|
324 |
- For the selected topic (sheet name), find related sentences in the associated PDF text that mention the topic, and classify them by sentiment.
|
325 |
- For a selected country and topic, describe the adverse growth rate trend over three years using the [**google/flan-t5-base**](https://huggingface.co/google/flan-t5-base).
|
326 |
""")
|
327 |
-
|
328 |
gr.Markdown("## Financial Report Paragraph Selection and Analysis on adverse macro-economy scenario")
|
329 |
|
330 |
with gr.Row():
|
|
|
324 |
- For the selected topic (sheet name), find related sentences in the associated PDF text that mention the topic, and classify them by sentiment.
|
325 |
- For a selected country and topic, describe the adverse growth rate trend over three years using the [**google/flan-t5-base**](https://huggingface.co/google/flan-t5-base).
|
326 |
""")
|
327 |
+
with gr.Tab("Financial Report Text Analysis"):
|
328 |
gr.Markdown("## Financial Report Paragraph Selection and Analysis on adverse macro-economy scenario")
|
329 |
|
330 |
with gr.Row():
|