mgokg commited on
Commit
a0d1528
·
verified ·
1 Parent(s): be7fb8b

Update app.py

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