import streamlit as st def set_page_config(): """Configure Streamlit page settings""" st.set_page_config( page_title="EduAI Platform", page_icon="🎓", layout="wide", initial_sidebar_state="expanded" ) def apply_custom_css(): """Apply custom CSS styling""" st.markdown(""" """, unsafe_allow_html=True)