Kuaaangwen commited on
Commit
e8e0cce
1 Parent(s): 3367c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -63,7 +63,6 @@ if submit_button_compare:
63
 
64
  if entailment_score >= threshold:
65
  st.subheader("The statements are very similar!")
66
- st.balloons()
67
  else:
68
  st.subheader("The statements are not close enough")
69
 
 
63
 
64
  if entailment_score >= threshold:
65
  st.subheader("The statements are very similar!")
 
66
  else:
67
  st.subheader("The statements are not close enough")
68