mgokg commited on
Commit
55103ed
·
verified ·
1 Parent(s): 41f95c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def process_file(file):
52
  with gr.Blocks() as demo:
53
  gr.Markdown("### File upload", elem_classes="tab-header")
54
  with gr.Row():
55
- text_output = gr.Markdown()
56
  with gr.Row():
57
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
58
  with gr.Row():
 
52
  with gr.Blocks() as demo:
53
  gr.Markdown("### File upload", elem_classes="tab-header")
54
  with gr.Row():
55
+ text_output = gr.Textbox()
56
  with gr.Row():
57
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
58
  with gr.Row():