Update 01_π _Home.py
Browse files- 01_π _Home.py +4 -0
01_π _Home.py
CHANGED
@@ -23,6 +23,10 @@ asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model
|
|
23 |
|
24 |
st.markdown("## Earnings Call Analysis Whisperer")
|
25 |
|
|
|
|
|
|
|
|
|
26 |
st.markdown(
|
27 |
"""
|
28 |
This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
|
|
|
23 |
|
24 |
st.markdown("## Earnings Call Analysis Whisperer")
|
25 |
|
26 |
+
twitter_link = """
|
27 |
+
[![](https://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](https://twitter.com/nickmuchi)
|
28 |
+
"""
|
29 |
+
|
30 |
st.markdown(
|
31 |
"""
|
32 |
This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
|