evilfreelancer commited on
Commit
aaa41cf
·
verified ·
1 Parent(s): 62ea771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,5 +69,5 @@ display_df = filtered_df.drop(columns=["model"], errors="ignore")
69
 
70
  # Display the table sorted by accuracy in descending order
71
  st.dataframe(
72
- filtered_df.sort_values(by="accuracy", ascending=False).reset_index(drop=True).style.format(format_dict)
73
  )
 
69
 
70
  # Display the table sorted by accuracy in descending order
71
  st.dataframe(
72
+ display_df.sort_values(by="accuracy", ascending=False).reset_index(drop=True).style.format(format_dict)
73
  )