Skip to content

Commit b3fcc07

Browse files
authored
Update web_app.py
1 parent 1ec3910 commit b3fcc07

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
@@ -25,7 +25,7 @@ def main():
2525

2626
re=st.slider('reports', 0.0, 6.0)
2727
ac=st.slider('active', 0.0, 35.0)
28-
ma=st.slider('major', 0.0, 1.0)
28+
ma=st.slider('major cards', 0.0, 1.0)
2929
inc=st.slider('income', 0.0, 12.0)
3030
exp=st.slider('expenditure', 0.0, 1000.0)
3131
inputs=[[re,ac,ma,inc,exp]]

0 commit comments

Comments
 (0)