Samarth991 commited on
Commit
d158285
·
verified ·
1 Parent(s): e39e244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -43,9 +43,9 @@ def main():
43
  vector_store = PDF_4_QA(save_path)
44
  QA_Bot(vector_store,api_input)
45
 
46
- else:
47
- vector_store = PDF_4_QA("docs/SamarthTandon_cv_2.pdf")
48
- QA_Bot(vector_store,api_input)
49
 
50
  if __name__ == '__main__':
51
  main()
 
43
  vector_store = PDF_4_QA(save_path)
44
  QA_Bot(vector_store,api_input)
45
 
46
+ # else:
47
+ # vector_store = PDF_4_QA("docs/SamarthTandon_cv_2.pdf")
48
+ # QA_Bot(vector_store,api_input)
49
 
50
  if __name__ == '__main__':
51
  main()