Rainsilves
commited on
Commit
•
53dc6d5
1
Parent(s):
ddb3d2c
added multi_page
Browse files- app.py → Objects.py +0 -0
- 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!")
|