Spaces:
Sleeping
Sleeping
File size: 221 Bytes
80bb933 | 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.")
|