Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -469,6 +469,7 @@ with tab5:
|
|
469 |
|
470 |
with df_hold_container:
|
471 |
df_hold_container = st.empty()
|
|
|
472 |
st.dataframe(final_outcomes.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
473 |
with export_container:
|
474 |
export_container = st.empty()
|
|
|
469 |
|
470 |
with df_hold_container:
|
471 |
df_hold_container = st.empty()
|
472 |
+
st.table(prop_frame)
|
473 |
st.dataframe(final_outcomes.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
474 |
with export_container:
|
475 |
export_container = st.empty()
|