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