DrishtiSharma commited on
Commit
ca3e624
·
verified ·
1 Parent(s): 7bd7b3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -245,6 +245,9 @@ with st.sidebar:
245
  st.markdown("3. Ask questions.")
246
  st.markdown("4. Create podcast.")
247
 
 
 
 
248
  # Streamlit UI
249
  st.title("Document Analyzer & Podcast Generator")
250
  st.image("./cover_image.png", use_container_width=True)
 
245
  st.markdown("3. Ask questions.")
246
  st.markdown("4. Create podcast.")
247
 
248
+ st.markdown("###Credits:")
249
+ st.markdown("Image Source [Geeksforgeeks](https://www.geeksforgeeks.org/how-to-convert-document-into-podcast/)")
250
+
251
  # Streamlit UI
252
  st.title("Document Analyzer & Podcast Generator")
253
  st.image("./cover_image.png", use_container_width=True)