Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,8 @@ with col1:
|
|
130 |
result = gbm.predict(new_demand)
|
131 |
|
132 |
if result[0]:
|
133 |
-
|
134 |
else:
|
135 |
-
|
136 |
|
137 |
|
|
|
130 |
result = gbm.predict(new_demand)
|
131 |
|
132 |
if result[0]:
|
133 |
+
col2.success('Accepted')
|
134 |
else:
|
135 |
+
col2.error("Rejected")
|
136 |
|
137 |
|