Multichem commited on
Commit
6deddb6
·
1 Parent(s): 82b0d74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",