Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def launch_app():
|
|
57 |
progress_bar = gr.Progress()
|
58 |
|
59 |
with gr.Row():
|
60 |
-
cleaned_file_output = gr.File(label="Cleaned CSV", visible=
|
61 |
|
62 |
with gr.Row():
|
63 |
output_gallery = gr.Gallery(label="Visualization Results", show_label=True, elem_id="gallery", columns=[2],
|
|
|
57 |
progress_bar = gr.Progress()
|
58 |
|
59 |
with gr.Row():
|
60 |
+
cleaned_file_output = gr.File(label="Cleaned CSV", visible=True)
|
61 |
|
62 |
with gr.Row():
|
63 |
output_gallery = gr.Gallery(label="Visualization Results", show_label=True, elem_id="gallery", columns=[2],
|