reab5555 commited on
Commit
9aab5d8
1 Parent(s): 5006007

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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],