Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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!
|
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?")
|