Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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",
|