Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -526,7 +526,7 @@ if uploaded_file:
|
|
526 |
with st.sidebar:
|
527 |
st.markdown("---")
|
528 |
st.markdown("**π‘ Suggestions:**")
|
529 |
-
st.caption("Try: \"Summarize this document\" or \"What is the key idea?\")
|
530 |
with st.expander("π‘ Suggestions", expanded=True):
|
531 |
st.markdown("""
|
532 |
- "Summarize this document"
|
|
|
526 |
with st.sidebar:
|
527 |
st.markdown("---")
|
528 |
st.markdown("**π‘ Suggestions:**")
|
529 |
+
st.caption("Try: \"Summarize this document\" or \"What is the key idea?\"")
|
530 |
with st.expander("π‘ Suggestions", expanded=True):
|
531 |
st.markdown("""
|
532 |
- "Summarize this document"
|