DrishtiSharma
commited on
Commit
•
32af9ec
1
Parent(s):
0a67fb5
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,8 @@ player_options = {
|
|
17 |
"config": {"youtube": {"playerVars": {"start": 1}}},
|
18 |
}
|
19 |
|
|
|
|
|
20 |
# disable rapid fading in and out on `st.code` updates
|
21 |
st.markdown("<style>.element-container{opacity:1 !important}</style>", unsafe_allow_html=True)
|
22 |
|
|
|
17 |
"config": {"youtube": {"playerVars": {"start": 1}}},
|
18 |
}
|
19 |
|
20 |
+
st.title("YouTube Video Spanish ASR")
|
21 |
+
|
22 |
# disable rapid fading in and out on `st.code` updates
|
23 |
st.markdown("<style>.element-container{opacity:1 !important}</style>", unsafe_allow_html=True)
|
24 |
|