Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
| 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 |
-
|
|
|
|
| 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)"):
|