emipredict / app.py
asmithaaa's picture
Upload 17 files
5a9137a verified
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.")