Commit ·
4c86298
1
Parent(s): 18c99f2
Update 01_🎥_Input_YouTube_Link.py
Browse files
01_🎥_Input_YouTube_Link.py
CHANGED
|
@@ -12,7 +12,7 @@ from utils import write_vtt, write_srt
|
|
| 12 |
import ffmpeg
|
| 13 |
from languages import LANGUAGES
|
| 14 |
|
| 15 |
-
st.set_page_config(page_title="Auto Subtitled Video Generator", page_icon=":movie_camera:", layout="wide")
|
| 16 |
|
| 17 |
# Define a function that we can use to load lottie files from a link.
|
| 18 |
@st.cache()
|
|
|
|
| 12 |
import ffmpeg
|
| 13 |
from languages import LANGUAGES
|
| 14 |
|
| 15 |
+
st.set_page_config(page_title="Auto Subtitled Video Generator ", page_icon=":movie_camera:", layout="wide")
|
| 16 |
|
| 17 |
# Define a function that we can use to load lottie files from a link.
|
| 18 |
@st.cache()
|