manaviel85370 commited on
Commit
479a9e7
·
1 Parent(s): 70a785b

add test page

Browse files
Files changed (1) hide show
  1. pages/TEST.py +2 -0
pages/TEST.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import streamlit as st
2
+ st.write("Hello world")