Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with tab1:
|
|
90 |
salaryCut = 0
|
91 |
hold_container = st.empty()
|
92 |
display = hold_display.set_index('Player')
|
93 |
-
st.dataframe(display.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(player_roo_format, precision=2), use_container_width = True)
|
94 |
st.download_button(
|
95 |
label="Export Projections",
|
96 |
data=convert_df_to_csv(display),
|
|
|
90 |
salaryCut = 0
|
91 |
hold_container = st.empty()
|
92 |
display = hold_display.set_index('Player')
|
93 |
+
st.dataframe(display.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(player_roo_format, precision=2), height=750, use_container_width = True)
|
94 |
st.download_button(
|
95 |
label="Export Projections",
|
96 |
data=convert_df_to_csv(display),
|