Spaces:
Running
Running
Commit
·
cf4f8a2
1
Parent(s):
4a5ad39
Disable interactive mode
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(css=custom_css, js=js_func, theme=gr.themes.Default(primary_hue=c
|
|
155 |
show_row_numbers=True,
|
156 |
wrap=True,
|
157 |
datatype=["markdown", "html",],
|
158 |
-
interactive=
|
159 |
column_widths=["7%", "25%", "10%", "17%", "6%", "6%", "6%", "6%", "6%", "7%"]),
|
160 |
|
161 |
with gr.Tab("Interactive Bubble Plot"):
|
|
|
155 |
show_row_numbers=True,
|
156 |
wrap=True,
|
157 |
datatype=["markdown", "html",],
|
158 |
+
interactive=False,
|
159 |
column_widths=["7%", "25%", "10%", "17%", "6%", "6%", "6%", "6%", "6%", "7%"]),
|
160 |
|
161 |
with gr.Tab("Interactive Bubble Plot"):
|