mgokg commited on
Commit
ff71959
·
verified ·
1 Parent(s): a1d1cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as upload:
115
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
116
  upload_output = gr.Textbox(label="Upload Status")
117
  with gr.Row():
118
- submit_button = gr.Button("upload")
119
  submit_button.click(process_pdf, inputs=file_input, outputs=upload_output)
120
 
121
  # Erstelle die Gradio-Schnittstelle
 
115
  file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
116
  upload_output = gr.Textbox(label="Upload Status")
117
  with gr.Row():
118
+ submit_button = gr.Button("upload").style(full_width=False, width="300px")
119
  submit_button.click(process_pdf, inputs=file_input, outputs=upload_output)
120
 
121
  # Erstelle die Gradio-Schnittstelle