Rainsilves commited on
Commit
53dc6d5
1 Parent(s): ddb3d2c

added multi_page

Browse files
Files changed (2) hide show
  1. app.py → Objects.py +0 -0
  2. pages/models.py +3 -0
app.py → Objects.py RENAMED
File without changes
pages/models.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+ st.sidebar.markdown("Model Upload")
3
+ st.write("Under Construction!")