green commited on
Commit
038e757
1 Parent(s): 264654c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ styler = cdf.style.hide_index()
237
  st.write(styler.to_html(), unsafe_allow_html=True)
238
 
239
  #st.write(df.to_html(index=False), unsafe_allow_html=True)
240
- st.sidebar.table(cdf)
241
 
242
 
243
  """
 
237
  st.write(styler.to_html(), unsafe_allow_html=True)
238
 
239
  #st.write(df.to_html(index=False), unsafe_allow_html=True)
240
+ st.sidebar.table(styler)
241
 
242
 
243
  """