reab5555 commited on
Commit
871e711
·
verified ·
1 Parent(s): 6c3ba31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def create_interface():
11
  gr.Markdown("Upload a Video, TXT, or PDF file or use the example video.")
12
 
13
  with gr.Row():
14
- with gr.Column(scale=1):
15
  input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
16
 
17
  with gr.Column(scale=1):
 
11
  gr.Markdown("Upload a Video, TXT, or PDF file or use the example video.")
12
 
13
  with gr.Row():
14
+ with gr.Column(scale=3):
15
  input_file = gr.File(label="Upload File (TXT, PDF, or Video)")
16
 
17
  with gr.Column(scale=1):