Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1714,7 +1714,7 @@ def create_interface():
|
|
1714 |
analyze_clusters_btn = gr.Button("🎯 Analyze Storm Clusters & Routes", variant="primary")
|
1715 |
|
1716 |
with gr.Row():
|
1717 |
-
cluster_plot = gr.Plot(label="Storm Clustering with Route Visualization"
|
1718 |
|
1719 |
with gr.Row():
|
1720 |
cluster_stats = gr.Textbox(label="Detailed Cluster Statistics", lines=15, max_lines=20)
|
|
|
1714 |
analyze_clusters_btn = gr.Button("🎯 Analyze Storm Clusters & Routes", variant="primary")
|
1715 |
|
1716 |
with gr.Row():
|
1717 |
+
cluster_plot = gr.Plot(label="Storm Clustering with Route Visualization")
|
1718 |
|
1719 |
with gr.Row():
|
1720 |
cluster_stats = gr.Textbox(label="Detailed Cluster Statistics", lines=15, max_lines=20)
|