File size: 276 Bytes
df80fb7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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
    """)