jchen8000 commited on
Commit
69fab19
·
verified ·
1 Parent(s): 617629f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,7 +78,7 @@ gui_css="""
78
  """
79
 
80
 
81
- sample_button = "Load User Guide and Installation Guide documents"
82
 
83
 
84
  examples_questions = [["How long is the lifespan of this smoke alarm?"],
@@ -183,7 +183,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=gui_css) as demo:
183
  with gr.Row():
184
  with gr.Column():
185
  gr.Markdown(desc_pdf_upload)
186
- pdf_files = gr.File(label="Upload PDF Document", file_types=[".pdf"], interactive=True, file_count="multiple")
187
  load_button = gr.Button("Load and Index Documents", variant="secondary")
188
 
189
  with gr.Column():
 
78
  """
79
 
80
 
81
+ sample_button = "Load and Index Sample PDF Files"
82
 
83
 
84
  examples_questions = [["How long is the lifespan of this smoke alarm?"],
 
183
  with gr.Row():
184
  with gr.Column():
185
  gr.Markdown(desc_pdf_upload)
186
+ pdf_files = gr.File(label="Upload PDF Documents", file_types=[".pdf"], interactive=True, file_count="multiple")
187
  load_button = gr.Button("Load and Index Documents", variant="secondary")
188
 
189
  with gr.Column():