Spaces:
Sleeping
Sleeping
| 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.") | |