File size: 163 Bytes
c3543ba
 
 
 
 
 
 
1
2
3
4
5
6
7
# import libraries
import streamlit as st
import numpy as np
import pandas as pd

def app():
    st.title('Prediction for Default Payment on the Next Month')