We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fcc07 commit 169b5f9Copy full SHA for 169b5f9
web_app.py
@@ -12,7 +12,7 @@ def classify(num):
12
return 'you can not get the credit card'
13
14
def main():
15
- st.title("Predict User Can Credit Card Or Not")
+ st.title("Testing Our Credit Card Approval Project")
16
html_temp = """
17
<div style="background-color:teal ;padding:10px">
18
<h2 style="color:white;text-align:center;">Credit Card approval Classification</h2>
0 commit comments