import streamlit as st def ml(): st.title("Machine Learning") st.write("Welcome to the Machine Learning page!") st.markdown(""" **Overview:** - Train machine learning models - Evaluate model performance - Make predictions """)