LAP-DEV commited on
Commit
30b7101
·
verified ·
1 Parent(s): 83241a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ class App:
295
  disclaimer_popup = general_params["disclaimer_popup"]
296
 
297
  with gr.Sidebar(open=False,position="right"):
298
- files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple", height="200px")
299
 
300
  with gr.Row():
301
  #with gr.Column():
 
295
  disclaimer_popup = general_params["disclaimer_popup"]
296
 
297
  with gr.Sidebar(open=False,position="right"):
298
+ files_subtitles = gr.Files(label="Output data", interactive=False, file_count="multiple", height="500px")
299
 
300
  with gr.Row():
301
  #with gr.Column():