amandakonet commited on
Commit
a346039
1 Parent(s): 7b630e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with torch.no_grad():
212
 
213
  # clean up true label
214
  true_label = list(filtered_df[filtered_df['evidence'] == option_evidence]['label'])[0]
215
- st.write("**The true label is**", true_out)
216
 
217
  st.write("Check out my github repository to try out custom claim and evidence pairs, linked under references.")
218
 
 
212
 
213
  # clean up true label
214
  true_label = list(filtered_df[filtered_df['evidence'] == option_evidence]['label'])[0]
215
+ st.write("**The true label is**", true_label)
216
 
217
  st.write("Check out my github repository to try out custom claim and evidence pairs, linked under references.")
218