Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|