cn91 commited on
Commit
dd36097
β€’
1 Parent(s): b6df2fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,8 +167,8 @@ if st.button("Grade"):
167
  df_style = predictions_df.style.apply(highlight_given_word, axis=1)
168
 
169
  if (score >= WORD_PROBABILITY_THRESHOLD):
170
- st.balloons()
171
- st.success("Yay good job! That's a great sentence πŸ•Ί Practice again with other word", icon="βœ…")
172
  st.table(df_style)
173
  else:
174
  st.warning("Hmmm.. maybe try again?")
 
167
  df_style = predictions_df.style.apply(highlight_given_word, axis=1)
168
 
169
  if (score >= WORD_PROBABILITY_THRESHOLD):
170
+ # st.balloons()
171
+ st.success("Yay good job! πŸ•Ί Practice again with other words", icon="βœ…")
172
  st.table(df_style)
173
  else:
174
  st.warning("Hmmm.. maybe try again?")