Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
@@ -9,7 +9,7 @@ st.sidebar.header("Sentiment Analysis")
|
|
9 |
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
10 |
|
11 |
|
12 |
-
results, title = inference(st.session_state.url,
|
13 |
|
14 |
st.subheader(title)
|
15 |
|
|
|
9 |
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
10 |
|
11 |
|
12 |
+
results, title = inference(st.session_state.url,st.session_state.upload)
|
13 |
|
14 |
st.subheader(title)
|
15 |
|