Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ with tab1:
|
|
225 |
else:
|
226 |
filtered_df = df
|
227 |
|
228 |
-
sort_by_factuality = st.checkbox('Sort by
|
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:
|