Spaces:
Running
Running
anakin87
commited on
Commit
·
a027256
1
Parent(s):
5b98569
st
Browse files- streamlit_app.py → app.py +0 -0
- pages/app.py +3 -0
streamlit_app.py → app.py
RENAMED
File without changes
|
pages/app.py
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.title("Test")
|