mgokg commited on
Commit
154bdd5
·
verified ·
1 Parent(s): c07956a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -68,7 +68,8 @@ def process_file(file):
68
  with gr.Blocks() as demo:
69
  gr.Markdown("### File upload", elem_classes="tab-header")
70
  with gr.Row():
71
- textoutput = gr.Markdown(label="Antwort", elem_id="md", value="# PR")
 
72
  text_output = gr.Textbox(label="output")
73
  with gr.Row():
74
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
 
68
  with gr.Blocks() as demo:
69
  gr.Markdown("### File upload", elem_classes="tab-header")
70
  with gr.Row():
71
+ textoutput = gr.Markdown(label="Antwort", elem_id="md", value="#")
72
+ with gr.Row():
73
  text_output = gr.Textbox(label="output")
74
  with gr.Row():
75
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")