Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,10 +22,10 @@ for emo in hebEMO_df.columns[1::2]:
|
|
22 |
|
23 |
st.write (hebEMO)
|
24 |
|
25 |
-
plot= st.checkbox('Plot?')
|
26 |
-
if plot:
|
27 |
-
|
28 |
-
st.pyplot(ax)
|
29 |
# fig = px.bar_polar(hebEMO.melt(), r="value", theta="variable",
|
30 |
# color="variable",
|
31 |
# template="ggplot2",
|
|
|
22 |
|
23 |
st.write (hebEMO)
|
24 |
|
25 |
+
# plot= st.checkbox('Plot?')
|
26 |
+
# if plot:
|
27 |
+
# ax = spider_plot(hebEMO)
|
28 |
+
# st.pyplot(ax)
|
29 |
# fig = px.bar_polar(hebEMO.melt(), r="value", theta="variable",
|
30 |
# color="variable",
|
31 |
# template="ggplot2",
|