Update 01_π _Home.py
Browse files- 01_π _Home.py +2 -0
01_π _Home.py
CHANGED
@@ -27,6 +27,8 @@ 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:
|
|
|
27 |
[![](https://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](https://twitter.com/nickmuchi)
|
28 |
"""
|
29 |
|
30 |
+
st.markdown(twitter_link)
|
31 |
+
|
32 |
st.markdown(
|
33 |
"""
|
34 |
This app assists finance analysts with transcribing and analysis Earnings Calls by carrying out the following tasks:
|