mgokg commited on
Commit
bf92eda
·
verified ·
1 Parent(s): c7b108e

Update app.py

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