Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
@@ -73,13 +73,13 @@ if st.session_state.url or st.session_state.upload:
|
|
73 |
|
74 |
fig_1.update_layout(
|
75 |
template = {'data' : {'indicator': [{
|
76 |
-
'title': {'text': "Score"},
|
77 |
'mode' : "number+delta+gauge",
|
78 |
'delta' : {'reference': 50}}]
|
79 |
}},
|
80 |
autosize=False,
|
81 |
-
width=
|
82 |
-
height=
|
83 |
margin=dict(
|
84 |
l=5,
|
85 |
r=5,
|
|
|
73 |
|
74 |
fig_1.update_layout(
|
75 |
template = {'data' : {'indicator': [{
|
76 |
+
'title': {'text': "Sentiment Score"},
|
77 |
'mode' : "number+delta+gauge",
|
78 |
'delta' : {'reference': 50}}]
|
79 |
}},
|
80 |
autosize=False,
|
81 |
+
width=250,
|
82 |
+
height=250,
|
83 |
margin=dict(
|
84 |
l=5,
|
85 |
r=5,
|