DrDominikDellermann
commited on
Commit
β’
f360972
1
Parent(s):
e8869db
Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -7
01_π _Home.py
CHANGED
@@ -24,15 +24,9 @@ asr_model_name = st.sidebar.selectbox("Transcription model", options=asr_model_o
|
|
24 |
|
25 |
st.markdown("## Interview analyzer")
|
26 |
|
27 |
-
twitter_link = """
|
28 |
-
[![](https://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](https://twitter.com/nickmuchi)
|
29 |
-
"""
|
30 |
-
|
31 |
-
st.markdown(twitter_link)
|
32 |
-
|
33 |
st.markdown(
|
34 |
"""
|
35 |
-
**π Enter a YouTube
|
36 |
|
37 |
"""
|
38 |
)
|
|
|
24 |
|
25 |
st.markdown("## Interview analyzer")
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
st.markdown(
|
28 |
"""
|
29 |
+
**π Enter a YouTube URL below and navigate to the sidebar tabs**
|
30 |
|
31 |
"""
|
32 |
)
|