Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
156 |
schema_display = gr.JSON(
|
157 |
label="Dataset Schema",
|
158 |
value=get_schema(),
|
159 |
-
interactive=False,
|
160 |
visible=False
|
161 |
)
|
162 |
error_out = gr.Markdown(
|
@@ -165,8 +164,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
|
165 |
)
|
166 |
with gr.Column(scale=2):
|
167 |
results_out = gr.DataFrame(
|
168 |
-
label="Results"
|
169 |
-
interactive=False
|
170 |
)
|
171 |
plot_out = gr.Plot(
|
172 |
label="Visualization"
|
|
|
156 |
schema_display = gr.JSON(
|
157 |
label="Dataset Schema",
|
158 |
value=get_schema(),
|
|
|
159 |
visible=False
|
160 |
)
|
161 |
error_out = gr.Markdown(
|
|
|
164 |
)
|
165 |
with gr.Column(scale=2):
|
166 |
results_out = gr.DataFrame(
|
167 |
+
label="Results"
|
|
|
168 |
)
|
169 |
plot_out = gr.Plot(
|
170 |
label="Visualization"
|