Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,7 @@ with gr.Blocks(css=css, title="Advanced PDF Analyzer with Together AI and OpenRo
|
|
455 |
with gr.Column(scale=1):
|
456 |
gr.Markdown("## 📄 Text Analysis")
|
457 |
|
458 |
-
pdf_file_text = gr
|
459 |
label="Upload PDF Document",
|
460 |
file_types=[".pdf"]
|
461 |
)
|
|
|
455 |
with gr.Column(scale=1):
|
456 |
gr.Markdown("## 📄 Text Analysis")
|
457 |
|
458 |
+
pdf_file_text = gr.File(
|
459 |
label="Upload PDF Document",
|
460 |
file_types=[".pdf"]
|
461 |
)
|