Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
gr.Markdown("# PDF Uploader to Pinecone with Logs")
|
107 |
|
108 |
# File upload component
|
109 |
-
|
110 |
file_input = gr.File(label="Upload PDF", file_types=[".pdf"])
|
111 |
# Button to trigger processing
|
112 |
process_button = gr.Button("Process PDF and Upload")
|
|
|
106 |
gr.Markdown("# PDF Uploader to Pinecone with Logs")
|
107 |
|
108 |
# File upload component
|
109 |
+
with gr.Column():
|
110 |
file_input = gr.File(label="Upload PDF", file_types=[".pdf"])
|
111 |
# Button to trigger processing
|
112 |
process_button = gr.Button("Process PDF and Upload")
|