Multichem commited on
Commit
b432be5
·
1 Parent(s): a123bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ with tab1:
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(
 
61
  st.cache_data.clear()
62
  prop_display, timestamp = pull_baselines()
63
  prop_frame = prop_display
64
+ prop_frame.replace("", nan_value, 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(