farimafatahi commited on
Commit
a7671d7
·
verified ·
1 Parent(s): 61202fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ with tab1:
225
  else:
226
  filtered_df = df
227
 
228
- sort_by_factuality = st.checkbox('Sort by Factuality Score')
229
 
230
  # Sort the dataframe based on Factuality Score if the checkbox is selected
231
  if sort_by_factuality:
 
225
  else:
226
  filtered_df = df
227
 
228
+ sort_by_factuality = st.checkbox('Sort by Factual Precision')
229
 
230
  # Sort the dataframe based on Factuality Score if the checkbox is selected
231
  if sort_by_factuality: