BatuhanYilmaz
commited on
Commit
·
425dabf
1
Parent(s):
670ecc2
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def main():
|
|
158 |
elif st.download_button(label="Download Transcript (.srt)",
|
159 |
data=datasrt,
|
160 |
file_name=f"{title}.srt"):
|
161 |
-
st.success("Downloaded Successfully!")
|
162 |
else:
|
163 |
st.success("You can download the transcript in .srt format and upload it to YouTube to create subtitles for your video.")
|
164 |
st.info("Streamlit refreshes after the download button is clicked. The data is cached so you can download the transcript again without having to transcribe the video again.")
|
|
|
158 |
elif st.download_button(label="Download Transcript (.srt)",
|
159 |
data=datasrt,
|
160 |
file_name=f"{title}.srt"):
|
161 |
+
st.success("Downloaded Successfully! ")
|
162 |
else:
|
163 |
st.success("You can download the transcript in .srt format and upload it to YouTube to create subtitles for your video.")
|
164 |
st.info("Streamlit refreshes after the download button is clicked. The data is cached so you can download the transcript again without having to transcribe the video again.")
|