Priyanka-Kumavat commited on
Commit
02eb897
·
1 Parent(s): 358cfc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def predict_unrolled_value(user_data):
137
 
138
 
139
  # Function calling
140
- y_pred = int(predict_unrolled_value(user_data))
141
 
142
  # CSS code for changing color of the button
143
  st.markdown("""
 
137
 
138
 
139
  # Function calling
140
+ y_pred = predict_unrolled_value(user_data)
141
 
142
  # CSS code for changing color of the button
143
  st.markdown("""