Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
|
@@ -5,7 +5,7 @@ import plotly.graph_objects as go
|
|
| 5 |
from functions import *
|
| 6 |
import validators
|
| 7 |
|
| 8 |
-
st.set_page_config(page_title="Earnings Sentiment Analysis", page_icon="π")
|
| 9 |
st.sidebar.header("Sentiment Analysis")
|
| 10 |
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
| 11 |
|
|
|
|
| 5 |
from functions import *
|
| 6 |
import validators
|
| 7 |
|
| 8 |
+
#st.set_page_config(page_title="Earnings Sentiment Analysis", page_icon="π")
|
| 9 |
st.sidebar.header("Sentiment Analysis")
|
| 10 |
st.markdown("## Earnings Sentiment Analysis with FinBert-Tone")
|
| 11 |
|