ynhe commited on
Commit
aeb9362
·
1 Parent(s): a4b6443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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
  """