Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ if not st.session_state.pdf_path and not pdf_url_entered:
|
|
| 162 |
|
| 163 |
# PDF URL Exists but Not Processed Yet (Only show if URL exists but hasn't been downloaded)
|
| 164 |
elif pdf_url_entered and not st.session_state.pdf_loaded:
|
| 165 |
-
st.warning("⚠️ **PDF URL detected! Click 'Download and Process PDF' to
|
| 166 |
|
| 167 |
# Processing in Progress
|
| 168 |
elif st.session_state.get("trigger_download", False) and (
|
|
|
|
| 162 |
|
| 163 |
# PDF URL Exists but Not Processed Yet (Only show if URL exists but hasn't been downloaded)
|
| 164 |
elif pdf_url_entered and not st.session_state.pdf_loaded:
|
| 165 |
+
st.warning("⚠️ **PDF URL detected! Click 'Download and Process PDF' to proceed.**")
|
| 166 |
|
| 167 |
# Processing in Progress
|
| 168 |
elif st.session_state.get("trigger_download", False) and (
|