Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -475,7 +475,7 @@ with tab1:
|
|
475 |
with tab3:
|
476 |
if 'flex_freq' in st.session_state:
|
477 |
|
478 |
-
st.dataframe(st.session_state.flex_freq.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(
|
479 |
st.download_button(
|
480 |
label="Export Exposures",
|
481 |
data=st.session_state.flex_freq.to_csv().encode('utf-8'),
|
|
|
475 |
with tab3:
|
476 |
if 'flex_freq' in st.session_state:
|
477 |
|
478 |
+
st.dataframe(st.session_state.flex_freq.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(freq_format, precision=2), use_container_width = True)
|
479 |
st.download_button(
|
480 |
label="Export Exposures",
|
481 |
data=st.session_state.flex_freq.to_csv().encode('utf-8'),
|