Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,10 +223,6 @@ with tab2:
|
|
223 |
with display_container:
|
224 |
display_container = st.empty()
|
225 |
if 'final_Proj' in st.session_state:
|
226 |
-
if pos_var1 == 'All':
|
227 |
-
st.session_state.final_Proj = st.session_state.final_Proj
|
228 |
-
elif pos_var1 != 'All':
|
229 |
-
st.session_state.final_Proj = st.session_state.final_Proj[st.session_state.final_Proj['Position'].str.contains(pos_var1)]
|
230 |
st.dataframe(st.session_state.final_Proj.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
231 |
|
232 |
with display_dl_container:
|
|
|
223 |
with display_container:
|
224 |
display_container = st.empty()
|
225 |
if 'final_Proj' in st.session_state:
|
|
|
|
|
|
|
|
|
226 |
st.dataframe(st.session_state.final_Proj.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
227 |
|
228 |
with display_dl_container:
|