Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.write (hebEMO)
|
|
29 |
|
30 |
plot= st.checkbox('Plot?')
|
31 |
if plot:
|
32 |
-
|
33 |
st.pyplot(ax)
|
34 |
# fig = px.bar_polar(hebEMO.melt(), r="value", theta="variable",
|
35 |
# color="variable",
|
|
|
29 |
|
30 |
plot= st.checkbox('Plot?')
|
31 |
if plot:
|
32 |
+
ax = spider_plot(hebEMO)
|
33 |
st.pyplot(ax)
|
34 |
# fig = px.bar_polar(hebEMO.melt(), r="value", theta="variable",
|
35 |
# color="variable",
|