mikepastor11 commited on
Commit
26ae716
·
verified ·
1 Parent(s): 6da8da6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def process_user_question(user_question):
110
 
111
  print('process_user_question called: \n')
112
 
113
- if (! SESSION_STARTED):
114
  print('No Session')
115
  st.write( 'Please upload and analyze your PDF files first!')
116
  return
 
110
 
111
  print('process_user_question called: \n')
112
 
113
+ if not SESSION_STARTED:
114
  print('No Session')
115
  st.write( 'Please upload and analyze your PDF files first!')
116
  return