Update pages/1_Earnings_Sentiment_Analysis_π_.py
Browse files
pages/1_Earnings_Sentiment_Analysis_π_.py
CHANGED
@@ -46,10 +46,10 @@ if st.session_state.url or st.session_state.upload:
|
|
46 |
showlegend=False,
|
47 |
autosize=True,
|
48 |
margin=dict(
|
49 |
-
l=
|
50 |
-
r=
|
51 |
-
b=
|
52 |
-
t=
|
53 |
pad=2
|
54 |
)
|
55 |
)
|
@@ -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': "
|
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,
|
@@ -102,11 +102,9 @@ if st.session_state.url or st.session_state.upload:
|
|
102 |
width=1000,
|
103 |
height=500,
|
104 |
margin=dict(
|
105 |
-
l=5,
|
106 |
-
r=5,
|
107 |
b=5,
|
108 |
-
t=
|
109 |
-
pad=
|
110 |
)
|
111 |
)
|
112 |
|
|
|
46 |
showlegend=False,
|
47 |
autosize=True,
|
48 |
margin=dict(
|
49 |
+
l=25,
|
50 |
+
r=25,
|
51 |
+
b=25,
|
52 |
+
t=50,
|
53 |
pad=2
|
54 |
)
|
55 |
)
|
|
|
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=400,
|
82 |
+
height=500,
|
83 |
margin=dict(
|
84 |
l=5,
|
85 |
r=5,
|
|
|
102 |
width=1000,
|
103 |
height=500,
|
104 |
margin=dict(
|
|
|
|
|
105 |
b=5,
|
106 |
+
t=50,
|
107 |
+
pad=4
|
108 |
)
|
109 |
)
|
110 |
|