xhluca commited on
Commit
6f394c8
1 Parent(s): 2f477cc

Initial commit

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. app.py +3 -0
  3. requirements.txt +1 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv/
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title('Hello World')
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit