Skip to content

Commit d5c5faa

Browse files
authored
Update web_app.py
1 parent ed9021f commit d5c5faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
exp=st.slider('expenditure', 0.0, 1000.0)
3131
inputs=[[re,ac,ma,inc,exp]]
3232
if st.button('Classify'):
33-
if option=='Linear Regression':
33+
if option=='Decision tree':
3434
st.success(classify(dt_model.predict(inputs)))
3535
# elif option=='Logistic Regression':
3636
# st.success(classify(log_model.predict(inputs)))

0 commit comments

Comments
 (0)