Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="EGISInsight") as demo:
|
|
| 229 |
file_input.change(
|
| 230 |
fn=analyze_report,
|
| 231 |
inputs=file_input,
|
| 232 |
-
outputs=[html_report, sankey_plot, cluster_plot, stats_json
|
| 233 |
)
|
| 234 |
|
| 235 |
gr.Markdown("---")
|
|
|
|
| 229 |
file_input.change(
|
| 230 |
fn=analyze_report,
|
| 231 |
inputs=file_input,
|
| 232 |
+
outputs=[html_report, sankey_plot, cluster_plot, stats_json]
|
| 233 |
)
|
| 234 |
|
| 235 |
gr.Markdown("---")
|