Severian commited on
Commit
4be473a
·
verified ·
1 Parent(s): ab4848f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -10
app.py CHANGED
@@ -1259,8 +1259,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="cyan")) a
1259
  with gr.Column(scale=3):
1260
  # Main 3D manifold plot
1261
  manifold_plot = gr.Plot(
1262
- label="Universal Communication Manifold",
1263
- height=600
1264
  )
1265
 
1266
  # Statistics panel below the plot
@@ -1288,15 +1287,13 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="cyan")) a
1288
  with gr.Column():
1289
  # 2D projection plot
1290
  projection_2d = gr.Plot(
1291
- label="2D Projection View",
1292
- height=400
1293
  )
1294
 
1295
  with gr.Column():
1296
  # Density heatmap
1297
  density_plot = gr.Plot(
1298
- label="Communication Density Map",
1299
- height=400
1300
  )
1301
 
1302
  # Bottom analysis panel
@@ -1304,15 +1301,13 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="cyan")) a
1304
  with gr.Column():
1305
  # Feature distribution plots
1306
  feature_distributions = gr.Plot(
1307
- label="CMT Feature Distributions",
1308
- height=300
1309
  )
1310
 
1311
  with gr.Column():
1312
  # Correlation matrix
1313
  correlation_matrix = gr.Plot(
1314
- label="Cross-Species Feature Correlations",
1315
- height=300
1316
  )
1317
 
1318
  # Wire up all the interactive components
 
1259
  with gr.Column(scale=3):
1260
  # Main 3D manifold plot
1261
  manifold_plot = gr.Plot(
1262
+ label="Universal Communication Manifold"
 
1263
  )
1264
 
1265
  # Statistics panel below the plot
 
1287
  with gr.Column():
1288
  # 2D projection plot
1289
  projection_2d = gr.Plot(
1290
+ label="2D Projection View"
 
1291
  )
1292
 
1293
  with gr.Column():
1294
  # Density heatmap
1295
  density_plot = gr.Plot(
1296
+ label="Communication Density Map"
 
1297
  )
1298
 
1299
  # Bottom analysis panel
 
1301
  with gr.Column():
1302
  # Feature distribution plots
1303
  feature_distributions = gr.Plot(
1304
+ label="CMT Feature Distributions"
 
1305
  )
1306
 
1307
  with gr.Column():
1308
  # Correlation matrix
1309
  correlation_matrix = gr.Plot(
1310
+ label="Cross-Species Feature Correlations"
 
1311
  )
1312
 
1313
  # Wire up all the interactive components