pradeepsengarr commited on
Commit
237006a
·
verified ·
1 Parent(s): bbd8a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -528,7 +528,7 @@ if uploaded_file:
528
  with st.sidebar:
529
  st.markdown("---")
530
  st.markdown("**💡 Suggestions:**")
531
- st.caption("Try: \"Summarize this document\" or \"What is the key idea?\")
532
 
533
  else:
534
  st.error("⚠️ No text could be extracted from the PDF. Try another file.")
 
528
  with st.sidebar:
529
  st.markdown("---")
530
  st.markdown("**💡 Suggestions:**")
531
+ st.caption("Try: \"Summarize this document\" or \"What is the key idea?\"")
532
 
533
  else:
534
  st.error("⚠️ No text could be extracted from the PDF. Try another file.")