mbosse99 commited on
Commit
57ae218
·
1 Parent(s): 15778bf

init commit

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +2 -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,2 @@
 
 
 
1
+ streamlit
2
+ python-dotenv