Huzaifa367 commited on
Commit
bd1cf20
·
verified ·
1 Parent(s): 12fe7e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def main():
93
  get_vector_store(text_chunks, api_key)
94
  st.success("Processing Complete")
95
 
96
- if pdf_docs and st.success("Processed"):
97
  with col1:
98
  user_question = st.text_input("Ask a question from the Docs")
99
  if user_question:
 
93
  get_vector_store(text_chunks, api_key)
94
  st.success("Processing Complete")
95
 
96
+ if pdf_docs and st.success("Processing Complete"):
97
  with col1:
98
  user_question = st.text_input("Ask a question from the Docs")
99
  if user_question: