architsingh commited on
Commit
911b614
·
1 Parent(s): 1f3e17b

new: added hello world streamlit UI

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ # Use the st.write() function to display text
4
+ st.write("Hello, World!")