Update app.py
Browse files
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="200px")
|
299 |
|
300 |
with gr.Row():
|
301 |
#with gr.Column():
|