CosmoS / pages /home.py
CosmoAI's picture
Create pages/home.py
98af306
raw
history blame
62 Bytes
import streamlit as st
def page():
st.title("Home Page")