Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -272,10 +272,10 @@ if st.button('Submit'):
|
|
272 |
df['Assgined_Segment'] = predicted_label
|
273 |
|
274 |
|
275 |
-
predicted_label = "strangers"
|
276 |
|
277 |
# Check if the segment is "strangers"
|
278 |
-
if
|
279 |
# Provide the website link
|
280 |
website_link = "https://www.bing.com/chat?form=NTPCHB"
|
281 |
|
|
|
272 |
df['Assgined_Segment'] = predicted_label
|
273 |
|
274 |
|
275 |
+
#predicted_label = "strangers"
|
276 |
|
277 |
# Check if the segment is "strangers"
|
278 |
+
if predicted_label == "strangers":
|
279 |
# Provide the website link
|
280 |
website_link = "https://www.bing.com/chat?form=NTPCHB"
|
281 |
|