Samarth991 commited on
Commit
aa629d3
·
verified ·
1 Parent(s): d59d547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def main():
34
 
35
  if uploaded_file is not None:
36
  st.sidebar.success("File uploaded successfully.")
 
37
  vector_store = PDF_4_QA(uploaded_file)
38
  QA_Bot(vector_store,api_input)
39
 
 
34
 
35
  if uploaded_file is not None:
36
  st.sidebar.success("File uploaded successfully.")
37
+ print(uploaded_file)
38
  vector_store = PDF_4_QA(uploaded_file)
39
  QA_Bot(vector_store,api_input)
40