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