Samarth991 commited on
Commit
b63514a
·
verified ·
1 Parent(s): 6d9b2de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  if uploaded_file is not None:
38
  st.sidebar.success("File uploaded successfully.")
39
  vector_store = PDF_4_QA(uploaded_file)
40
- QA_Bot(vector_store)
41
 
42
  if __name__ == '__main__':
43
  main()
 
37
  if uploaded_file is not None:
38
  st.sidebar.success("File uploaded successfully.")
39
  vector_store = PDF_4_QA(uploaded_file)
40
+ QA_Bot(vector_store,api_input)
41
 
42
  if __name__ == '__main__':
43
  main()