CosmoAI commited on
Commit
98af306
·
1 Parent(s): 541f4f3

Create pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +5 -0
pages/home.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+
4
+ def page():
5
+ st.title("Home Page")