Alimubariz124 commited on
Commit
d61824b
·
verified ·
1 Parent(s): 4b14127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ if st.button('Submit'):
277
 
278
 
279
  # Add prediction to the DataFrame
280
- df['Assgined_Segment'] = predicted_label
281
 
282
 
283
 
 
277
 
278
 
279
  # Add prediction to the DataFrame
280
+ #df['Assgined_Segment'] = predicted_label
281
 
282
 
283