github-actions[bot] commited on
Commit
e3120b8
·
1 Parent(s): dbbe0da

Sync with https://github.com/mozilla-ai/document-to-podcast

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -59,6 +59,8 @@ def gen_button_clicked():
59
  sample_rate = 24000
60
  st.title("Document To Podcast")
61
 
 
 
62
  st.header("Upload a File")
63
 
64
  uploaded_file = st.file_uploader(
 
59
  sample_rate = 24000
60
  st.title("Document To Podcast")
61
 
62
+ st.markdown("Built with: ⭐ https://github.com/mozilla-ai/document-to-podcast ⭐")
63
+
64
  st.header("Upload a File")
65
 
66
  uploaded_file = st.file_uploader(