Pijush2023 commited on
Commit
92489c1
·
verified ·
1 Parent(s): 08b4bf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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")
 
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")