Spaces:
Runtime error
Runtime error
Commit
Β·
3d375df
1
Parent(s):
22245ca
dataframe shouldnt be interactive
Browse files
app.py
CHANGED
|
@@ -315,7 +315,7 @@ with gr.Blocks(
|
|
| 315 |
with gr.Tab("Plot"):
|
| 316 |
plot = gr.Plot(show_label=False)
|
| 317 |
with gr.Tab("Raw Data"):
|
| 318 |
-
display_df = gr.DataFrame()
|
| 319 |
with gr.Row():
|
| 320 |
# Empty column to push download controls to the right
|
| 321 |
with gr.Column(scale=3):
|
|
|
|
| 315 |
with gr.Tab("Plot"):
|
| 316 |
plot = gr.Plot(show_label=False)
|
| 317 |
with gr.Tab("Raw Data"):
|
| 318 |
+
display_df = gr.DataFrame(interactive=False)
|
| 319 |
with gr.Row():
|
| 320 |
# Empty column to push download controls to the right
|
| 321 |
with gr.Column(scale=3):
|