Update esg_scoring.py
Browse files- esg_scoring.py +2 -1
esg_scoring.py
CHANGED
|
@@ -35,4 +35,5 @@ def generate_esg_chart(scores):
|
|
| 35 |
template="plotly_dark"
|
| 36 |
)
|
| 37 |
|
| 38 |
-
return fig
|
|
|
|
|
|
| 35 |
template="plotly_dark"
|
| 36 |
)
|
| 37 |
|
| 38 |
+
return fig
|
| 39 |
+
|