Alimubariz124 commited on
Commit
18d2713
·
verified ·
1 Parent(s): 4fb3f39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 segment == "strangers":
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