Spaces:
Running
Running
James McCool
commited on
Commit
·
8bf3c08
1
Parent(s):
00ef42b
display the pick frame
Browse files
app.py
CHANGED
@@ -375,6 +375,8 @@ with tab5:
|
|
375 |
col1, col2 = st.columns([1, 5])
|
376 |
|
377 |
with col2:
|
|
|
|
|
378 |
df_hold_container = st.empty()
|
379 |
info_hold_container = st.empty()
|
380 |
plot_hold_container = st.empty()
|
|
|
375 |
col1, col2 = st.columns([1, 5])
|
376 |
|
377 |
with col2:
|
378 |
+
with st.container():
|
379 |
+
st.dataframe(pick_frame.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
380 |
df_hold_container = st.empty()
|
381 |
info_hold_container = st.empty()
|
382 |
plot_hold_container = st.empty()
|