Manglik-R commited on
Commit
6b82d62
·
1 Parent(s): 4135d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
76
  with gr.Column():
77
  pdf_doc = gr.File(label="Load a PDF", file_types=['.pdf'], type="file")
78
  load_pdf = gr.Button("Load PDF")
79
- Books = gr.Dropdown(label="Books", choices=[("Book 1","Book1.faiss") , ("Book 2","Book2.faiss") , ("Book 3","Book3.faiss")] )
80
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
81
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=350)
82
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
 
76
  with gr.Column():
77
  pdf_doc = gr.File(label="Load a PDF", file_types=['.pdf'], type="file")
78
  load_pdf = gr.Button("Load PDF")
79
+ Books = gr.Dropdown(label="Books", choices=[("Book 1","Book1") , ("Book 2","Book2") , ("Book 3","Book3")] )
80
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
81
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=350)
82
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")