Clone77 commited on
Commit
2223ec6
·
verified ·
1 Parent(s): 798aa00

Create pages/python.py

Browse files
Files changed (1) hide show
  1. pages/python.py +2 -0
pages/python.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import streamlit as st
2
+ st.write('Hi inside page')