AdityaK007 commited on
Commit
1e45c81
·
verified ·
1 Parent(s): a60d710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -363,11 +363,13 @@ with gr.Blocks(title="Ultimate Audio Analyzer", theme=gr.themes.Soft()) as demo:
363
  with gr.Tabs():
364
  with gr.Tab("Comparison"):
365
  p_comp = gr.Plot()
366
- t_comp = gr.Dataframe(height=200)
 
367
  with gr.Tab("Clustering"):
368
  view_mode = gr.Radio(["Near Field", "Far Field"], value="Near Field", label="View Mode")
369
  p_clust = gr.Plot()
370
- t_clust = gr.Dataframe(height=200)
 
371
  with gr.Tab("Overlay"):
372
  p_over = gr.Plot()
373
  with gr.Tab("Relations (Correlation)"):
 
363
  with gr.Tabs():
364
  with gr.Tab("Comparison"):
365
  p_comp = gr.Plot()
366
+ # FIX: Removed height=200
367
+ t_comp = gr.Dataframe()
368
  with gr.Tab("Clustering"):
369
  view_mode = gr.Radio(["Near Field", "Far Field"], value="Near Field", label="View Mode")
370
  p_clust = gr.Plot()
371
+ # FIX: Removed height=200
372
+ t_clust = gr.Dataframe()
373
  with gr.Tab("Overlay"):
374
  p_over = gr.Plot()
375
  with gr.Tab("Relations (Correlation)"):