avichr commited on
Commit
970d6f9
·
1 Parent(s): e021892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ st.write (hebEMO)
29
 
30
  plot= st.checkbox('Plot?')
31
  if plot:
32
- fig, ax = spider_plot(hebEMO)
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",