Pranav4datasc commited on
Commit
9ead79f
·
verified ·
1 Parent(s): 2cab226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def main():
80
  if user_question:
81
  if st.session_state.conversation is None:
82
  st.warning("Please upload and process your PDFs first.")
83
- else
84
  handle_userinput(user_question)
85
 
86
  with st.sidebar:
 
80
  if user_question:
81
  if st.session_state.conversation is None:
82
  st.warning("Please upload and process your PDFs first.")
83
+ else:
84
  handle_userinput(user_question)
85
 
86
  with st.sidebar: