MuntasirHossain commited on
Commit
6c0cd40
·
verified ·
1 Parent(s): 8ac7cca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def demo():
145
  with gr.Column(scale = 25):
146
  gr.Markdown("<b>Step 1 - Upload PDF documents and Initialize RAG pipeline</b>")
147
  with gr.Row():
148
- document = gr.Files(height=140, file_count="multiple", file_types=[".pdf"], interactive=True, label="Upload PDF documents")
149
  with gr.Row():
150
  db_btn = gr.Button("Create vector DB")
151
  with gr.Row():
 
145
  with gr.Column(scale = 25):
146
  gr.Markdown("<b>Step 1 - Upload PDF documents and Initialize RAG pipeline</b>")
147
  with gr.Row():
148
+ document = gr.Files(height=140, width = 130, file_count="multiple", file_types=[".pdf"], interactive=True, label="Upload PDF documents")
149
  with gr.Row():
150
  db_btn = gr.Button("Create vector DB")
151
  with gr.Row():