DrDominikDellermann commited on
Commit
f360972
β€’
1 Parent(s): e8869db

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 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 Earnings Call URL below and navigate to the sidebar tabs**
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
  )