Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ class App:
|
|
294 |
disclaimer_show = general_params["disclaimer_show"]
|
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():
|
|
|
294 |
disclaimer_show = general_params["disclaimer_show"]
|
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():
|