Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1122,7 +1122,7 @@ with tab2:
|
|
1122 |
|
1123 |
with st.container():
|
1124 |
simulate_container = st.empty()
|
1125 |
-
st.dataframe(Sim_Winner_Frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').background_gradient(cmap='RdYlGn_r', subset=['Own']).format(precision=2), use_container_width = True)
|
1126 |
|
1127 |
st.download_button(
|
1128 |
label="Export Tables",
|
|
|
1122 |
|
1123 |
with st.container():
|
1124 |
simulate_container = st.empty()
|
1125 |
+
st.dataframe(Sim_Winner_Frame.head(100).style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').background_gradient(cmap='RdYlGn_r', subset=['Own']).format(precision=2), use_container_width = True)
|
1126 |
|
1127 |
st.download_button(
|
1128 |
label="Export Tables",
|