Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|