Update app.py
Browse files
app.py
CHANGED
|
@@ -1740,24 +1740,6 @@ def create_advanced_interface():
|
|
| 1740 |
elem_id="results-plot"
|
| 1741 |
)
|
| 1742 |
|
| 1743 |
-
with gr.Group():
|
| 1744 |
-
gr.HTML('<div class="section-header"><h3>Executive Summary and Recommendations</h3></div>')
|
| 1745 |
-
|
| 1746 |
-
summary_text = gr.Markdown(
|
| 1747 |
-
label="Comprehensive Analysis Report",
|
| 1748 |
-
show_label=False,
|
| 1749 |
-
elem_id="summary-markdown"
|
| 1750 |
-
)
|
| 1751 |
-
|
| 1752 |
-
with gr.Row():
|
| 1753 |
-
with gr.Column():
|
| 1754 |
-
gr.HTML('<div class="section-header"><h4>Export Options</h4></div>')
|
| 1755 |
-
|
| 1756 |
-
csv_download = gr.File(
|
| 1757 |
-
label="Download Detailed Analysis (CSV format)",
|
| 1758 |
-
visible=True,
|
| 1759 |
-
elem_id="csv-download"
|
| 1760 |
-
)
|
| 1761 |
|
| 1762 |
# Footer
|
| 1763 |
gr.HTML("""
|
|
|
|
| 1740 |
elem_id="results-plot"
|
| 1741 |
)
|
| 1742 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1743 |
|
| 1744 |
# Footer
|
| 1745 |
gr.HTML("""
|