Multichem commited on
Commit
95c9d06
·
1 Parent(s): f927e6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ with tab1:
61
  st.cache_data.clear()
62
  prop_display, timestamp = pull_baselines()
63
  prop_frame = prop_display
64
- prop_frame.replace("", np.nan, inplace=True)
65
  st.dataframe(prop_frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
66
 
67
  st.download_button(
 
61
  st.cache_data.clear()
62
  prop_display, timestamp = pull_baselines()
63
  prop_frame = prop_display
 
64
  st.dataframe(prop_frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
65
 
66
  st.download_button(