James McCool commited on
Commit
bac6470
·
1 Parent(s): b34c0d7

removed something to feel the thrill

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -673,7 +673,6 @@ with tab5:
673
  final_outcomes = final_outcomes.drop_duplicates(subset=['Player', 'Prop Type'])
674
  final_outcomes = final_outcomes.sort_values(by='Edge', ascending=False)
675
  with st.container():
676
- df_hold_container = st.empty()
677
  st.dataframe(pick_frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
678
  with df_hold_container:
679
  df_hold_container = st.empty()
 
673
  final_outcomes = final_outcomes.drop_duplicates(subset=['Player', 'Prop Type'])
674
  final_outcomes = final_outcomes.sort_values(by='Edge', ascending=False)
675
  with st.container():
 
676
  st.dataframe(pick_frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
677
  with df_hold_container:
678
  df_hold_container = st.empty()