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