Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|