euler314 commited on
Commit
8d1d592
·
verified ·
1 Parent(s): e929b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", height=600)
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)