Multichem commited on
Commit
b31ca72
·
verified ·
1 Parent(s): ac87b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,7 +356,7 @@ elif custom_var1 == 'Yes':
356
  with hold_container:
357
  hold_container = st.empty()
358
  final_Proj = final_Proj
359
- st.dataframe(final_Proj.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(player_roo_format, precision=2), height=1000px, use_container_width = True)
360
 
361
  st.download_button(
362
  label="Export Tables",
 
356
  with hold_container:
357
  hold_container = st.empty()
358
  final_Proj = final_Proj
359
+ st.dataframe(final_Proj.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(player_roo_format, precision=2), height=1000, use_container_width = True)
360
 
361
  st.download_button(
362
  label="Export Tables",