Spaces:
Build error
Build error
Commit ·
358cfc6
1
Parent(s): 2e3b805
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ def predict_unrolled_value(user_data):
|
|
| 133 |
# return predicted_unrolled_value[0]
|
| 134 |
|
| 135 |
# return the predicted unrolled value as output with 6 decimal places
|
| 136 |
-
return
|
| 137 |
|
| 138 |
|
| 139 |
# Function calling
|
|
|
|
| 133 |
# return predicted_unrolled_value[0]
|
| 134 |
|
| 135 |
# return the predicted unrolled value as output with 6 decimal places
|
| 136 |
+
return float(predicted_unrolled_value[0])
|
| 137 |
|
| 138 |
|
| 139 |
# Function calling
|