DrishtiSharma commited on
Commit
4dfe357
·
verified ·
1 Parent(s): a5dc009

Update good_progress.py

Browse files
Files changed (1) hide show
  1. 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 is inspired by the [RAG_HW HuggingFace Space](https://huggingface.co/spaces/wint543/RAG_HW).
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. Create podcast.")
 
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")