emi_predict / app.py
asmithaaa's picture
Upload 13 files
80bb933 verified
raw
history blame contribute delete
221 Bytes
import streamlit as st
st.set_page_config(
page_title="EMI Prediction System",
layout="wide"
)
st.title("EMI Prediction & Eligibility Platform")
st.write("Use the sidebar to navigate between modules.")