DrishtiSharma commited on
Commit
3341fc8
·
verified ·
1 Parent(s): 985938f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 detected! Click 'Download and Process PDF' to start processing.**")
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 start processing.**")
166
 
167
  # Processing in Progress
168
  elif st.session_state.get("trigger_download", False) and (