mgokg commited on
Commit
641a65d
·
verified ·
1 Parent(s): d6fee21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ with gr.Blocks() as demo:
14
  gr.Markdown("### File upload", elem_classes="tab-header")
15
  with gr.Row():
16
  text_output = gr.Textbox(label="text")
 
17
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
18
  upload_output = gr.Textbox(label="Upload Status")
19
  with gr.Row():
 
14
  gr.Markdown("### File upload", elem_classes="tab-header")
15
  with gr.Row():
16
  text_output = gr.Textbox(label="text")
17
+ with gr.Row():
18
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
19
  upload_output = gr.Textbox(label="Upload Status")
20
  with gr.Row():