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