Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,5 +143,5 @@ with st.sidebar:
|
|
143 |
fig.update_xaxes(title="")
|
144 |
fig.update_yaxes(title="")
|
145 |
|
146 |
-
|
147 |
|
|
|
143 |
fig.update_xaxes(title="")
|
144 |
fig.update_yaxes(title="")
|
145 |
|
146 |
+
st.plotly_chart(fig, use_container_width=True)
|
147 |
|