Huzaifa367 commited on
Commit
f6d129e
·
verified ·
1 Parent(s): 397ee4d

Update app.py

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