Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ with gr.Blocks() as demo:
|
|
14 |
gr.Markdown("### File upload", elem_classes="tab-header")
|
15 |
with gr.Row():
|
16 |
text_output = gr.Textbox(label="text")
|
|
|
17 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
18 |
upload_output = gr.Textbox(label="Upload Status")
|
19 |
with gr.Row():
|
|
|
14 |
gr.Markdown("### File upload", elem_classes="tab-header")
|
15 |
with gr.Row():
|
16 |
text_output = gr.Textbox(label="text")
|
17 |
+
with gr.Row():
|
18 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
19 |
upload_output = gr.Textbox(label="Upload Status")
|
20 |
with gr.Row():
|