aiuser1 commited on
Commit
a4d5710
1 Parent(s): c614391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from langchain.chains import RetrievalQA
15
 
16
 
17
  def loading_pdf():
18
- return "Loading..."
19
 
20
  def pdf_changes(pdf_doc, repo_id):
21
 
 
15
 
16
 
17
  def loading_pdf():
18
+ return "Loading....."
19
 
20
  def pdf_changes(pdf_doc, repo_id):
21