saritha5 commited on
Commit
eb5d1ac
·
1 Parent(s): 1aef7c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -122,11 +122,10 @@ def prediction(report_data):
122
 
123
 
124
 
125
- def fun():
126
- y_pred = prediction(user_data)
127
 
128
- if st.button("Predict"):
129
- fun()
130
 
131
 
132
 
 
122
 
123
 
124
 
125
+
126
+ y_pred = prediction(user_data)
127
 
128
+
 
129
 
130
 
131