Spaces:
Sleeping
Sleeping
Commit
·
9195ec4
1
Parent(s):
ea0b69d
Update app.py
Browse files
app.py
CHANGED
@@ -66,5 +66,5 @@ fig.add_annotation({
|
|
66 |
"showarrow": False,
|
67 |
})
|
68 |
|
69 |
-
st.write(fig.
|
70 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
66 |
"showarrow": False,
|
67 |
})
|
68 |
|
69 |
+
st.write(fig.data)
|
70 |
st.plotly_chart(fig, use_container_width=True)
|