Alimubariz124 commited on
Commit
f9edbf8
·
verified ·
1 Parent(s): 9f84f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -275,8 +275,7 @@ if st.button('Submit'):
275
 
276
 
277
 
278
-
279
- if predicted_label == "Strangers":
280
  # Congratulatory message for survey interview
281
  st.write("Congratulations, you are selected for the survey interview!")
282
 
 
275
 
276
 
277
 
278
+ if predicted_label == "Strangers":
 
279
  # Congratulatory message for survey interview
280
  st.write("Congratulations, you are selected for the survey interview!")
281