IshmamF commited on
Commit
848fd40
·
verified ·
1 Parent(s): 323bab2

Created app.py that holds the blank home page

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+ from functions.sidebar import sidebar
3
+
4
+ sidebar()
5
+ st.title('Home')