Spaces:
Running
Running
Update good_progress.py
Browse files- good_progress.py +3 -5
good_progress.py
CHANGED
@@ -452,18 +452,16 @@ with st.sidebar:
|
|
452 |
st.title("About")
|
453 |
st.markdown(
|
454 |
"""
|
455 |
-
This app
|
456 |
-
It allows users to upload documents, generate summaries, ask questions, and create podcasts.
|
457 |
"""
|
458 |
)
|
459 |
st.markdown("### Steps:")
|
460 |
st.markdown("1. Upload documents.")
|
461 |
st.markdown("2. Generate summary.")
|
462 |
st.markdown("3. Ask questions.")
|
463 |
-
st.markdown("4.
|
|
|
464 |
|
465 |
-
st.markdown("### Credits:")
|
466 |
-
st.markdown("Image Source: [Geeksforgeeks](https://www.geeksforgeeks.org/how-to-convert-document-into-podcast/)")
|
467 |
|
468 |
# Streamlit UI
|
469 |
st.title("Document Analyzer & Podcast Generator")
|
|
|
452 |
st.title("About")
|
453 |
st.markdown(
|
454 |
"""
|
455 |
+
This app allows users to upload documents, generate summaries and stories, ask questions, and create podcasts in multiple non-English languages.
|
|
|
456 |
"""
|
457 |
)
|
458 |
st.markdown("### Steps:")
|
459 |
st.markdown("1. Upload documents.")
|
460 |
st.markdown("2. Generate summary.")
|
461 |
st.markdown("3. Ask questions.")
|
462 |
+
st.markdown("4. Generate stories.")
|
463 |
+
st.markdown("5. Create podcast.")
|
464 |
|
|
|
|
|
465 |
|
466 |
# Streamlit UI
|
467 |
st.title("Document Analyzer & Podcast Generator")
|