Skip to content

Commit 169b5f9

Browse files
authored
Update web_app.py
1 parent b3fcc07 commit 169b5f9

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
@@ -12,7 +12,7 @@ def classify(num):
1212
return 'you can not get the credit card'
1313

1414
def main():
15-
st.title("Predict User Can Credit Card Or Not")
15+
st.title("Testing Our Credit Card Approval Project")
1616
html_temp = """
1717
<div style="background-color:teal ;padding:10px">
1818
<h2 style="color:white;text-align:center;">Credit Card approval Classification</h2>

0 commit comments

Comments
 (0)