Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def process_user_question(user_question):
|
|
110 |
|
111 |
print('process_user_question called: \n')
|
112 |
|
113 |
-
if
|
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
|