DrDominikDellermann
commited on
Commit
β’
e62c619
1
Parent(s):
427e7ec
Rename pages/1_Earnings_Sentiment_Analysis_π_.py to pages/1_Sentiment_Analysis_π_.py
Browse files
pages/{1_Earnings_Sentiment_Analysis_π_.py β 1_Sentiment_Analysis_π_.py}
RENAMED
@@ -8,7 +8,6 @@ import textwrap
|
|
8 |
|
9 |
#st.set_page_config(page_title="Earnings Sentiment Analysis", page_icon="π")
|
10 |
st.sidebar.header("Sentiment Analysis")
|
11 |
-
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
12 |
|
13 |
#load whisper model
|
14 |
asr_model = load_asr_model(st.session_state.sbox)
|
|
|
8 |
|
9 |
#st.set_page_config(page_title="Earnings Sentiment Analysis", page_icon="π")
|
10 |
st.sidebar.header("Sentiment Analysis")
|
|
|
11 |
|
12 |
#load whisper model
|
13 |
asr_model = load_asr_model(st.session_state.sbox)
|