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