Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def process_file(file):
|
|
54 |
with gr.Blocks() as demo:
|
55 |
gr.Markdown("### File upload", elem_classes="tab-header")
|
56 |
with gr.Row():
|
57 |
-
text_output = gr.
|
58 |
with gr.Row():
|
59 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
60 |
with gr.Row():
|
|
|
54 |
with gr.Blocks() as demo:
|
55 |
gr.Markdown("### File upload", elem_classes="tab-header")
|
56 |
with gr.Row():
|
57 |
+
text_output = gr.Textbox()
|
58 |
with gr.Row():
|
59 |
file_input = gr.File(label="Wähle eine PDF-Datei aus", type="filepath")
|
60 |
with gr.Row():
|