ikerson commited on
Commit
66dac3c
1 Parent(s): 04526d2

streamlit hello world app setup

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.write("Hello world")
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit==1.10.0