Pavan178 commited on
Commit
596dcf4
·
verified ·
1 Parent(s): ff0e62c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
99
 
100
  upload_status = gr.Textbox(label="Upload Status")
101
  upload_button.click(upload_pdf, inputs=[pdf_upload], outputs=[upload_status])
102
-
103
  chatbot_interface = gr.Chatbot()
104
  msg = gr.Textbox()
105
  clear = gr.Button("Clear")
 
99
 
100
  upload_status = gr.Textbox(label="Upload Status")
101
  upload_button.click(upload_pdf, inputs=[pdf_upload], outputs=[upload_status])
102
+ path_button = gr.Button("Get PDF Path")
103
  chatbot_interface = gr.Chatbot()
104
  msg = gr.Textbox()
105
  clear = gr.Button("Clear")