Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -568,11 +568,7 @@ with tab2:
|
|
568 |
with display_container:
|
569 |
display_container = st.empty()
|
570 |
if 'display_baselines' in st.session_state:
|
571 |
-
|
572 |
-
with tab1:
|
573 |
-
st.dataframe(st.session_state.display_lines.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
574 |
-
with tab2:
|
575 |
-
st.dataframe(st.session_state.display_baselines.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
576 |
|
577 |
with display_dl_container:
|
578 |
display_dl_container = st.empty()
|
|
|
568 |
with display_container:
|
569 |
display_container = st.empty()
|
570 |
if 'display_baselines' in st.session_state:
|
571 |
+
st.dataframe(st.session_state.display_baselines.style.background_gradient(axis=0).background_gradient(cmap='RdYlGn').format(precision=2), use_container_width = True)
|
|
|
|
|
|
|
|
|
572 |
|
573 |
with display_dl_container:
|
574 |
display_dl_container = st.empty()
|