Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,10 +91,6 @@ sort_option = st.selectbox(
|
|
| 91 |
)
|
| 92 |
table = table.sort_values(by=sort_option, ascending=False)
|
| 93 |
|
| 94 |
-
table = table.sort_values(by="overall consistency", ascending=False)
|
| 95 |
-
print(table)
|
| 96 |
-
# import ipdb
|
| 97 |
-
# ipdb.set_trace()
|
| 98 |
st.write(style + table.to_markdown(index=False), unsafe_allow_html=True)
|
| 99 |
st.markdown(
|
| 100 |
"""
|
|
|
|
| 91 |
)
|
| 92 |
table = table.sort_values(by=sort_option, ascending=False)
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
st.write(style + table.to_markdown(index=False), unsafe_allow_html=True)
|
| 95 |
st.markdown(
|
| 96 |
"""
|