Priyanka-Kumavat commited on
Commit
358cfc6
·
1 Parent(s): 2e3b805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (float(predicted_unrolled_value[0]), 6)
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