Spaces:
Sleeping
Sleeping
Create pages/python.py
Browse files- pages/python.py +2 -0
pages/python.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
st.write('Hi inside page')
|