jdalfonso's picture
:rocket: feature: first commit
df80fb7
raw
history blame
276 Bytes
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
""")