Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with tab1:
|
|
92 |
|
93 |
with stack_hold_container:
|
94 |
stack_hold_container = st.empty()
|
95 |
-
st.dataframe(display_frame.style.background_gradient(axis=0).background_gradient(cmap='
|
96 |
st.download_button(
|
97 |
label="Export Tables",
|
98 |
data=convert_df_to_csv(display_frame),
|
|
|
92 |
|
93 |
with stack_hold_container:
|
94 |
stack_hold_container = st.empty()
|
95 |
+
st.dataframe(display_frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn_r').background_gradient(cmap='RdYlGn', subset=['Projection', 'Diff']).format(precision=2), height=750, use_container_width = True)
|
96 |
st.download_button(
|
97 |
label="Export Tables",
|
98 |
data=convert_df_to_csv(display_frame),
|