Update report.py
Browse files
report.py
CHANGED
|
@@ -176,7 +176,7 @@ fig.add_layout_image(dict(x=.430, y=.615, sizex=0.23, sizey=0.23, opacity=0.22,
|
|
| 176 |
|
| 177 |
# st.markdown("<br>",unsafe_allow_html=True)
|
| 178 |
|
| 179 |
-
st.plotly_chart(fig, theme=None, use_container_width=True, config={'displayModeBar':
|
| 180 |
|
| 181 |
# st.markdown("##")
|
| 182 |
# st.markdown("<br>",unsafe_allow_html=True)
|
|
|
|
| 176 |
|
| 177 |
# st.markdown("<br>",unsafe_allow_html=True)
|
| 178 |
|
| 179 |
+
st.plotly_chart(fig, theme=None, use_container_width=True, config={'displayModeBar': False})
|
| 180 |
|
| 181 |
# st.markdown("##")
|
| 182 |
# st.markdown("<br>",unsafe_allow_html=True)
|