File size: 221 Bytes
5a9137a | 1 2 3 4 5 6 7 8 9 10 | 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.")
|