03chrisk commited on
Commit
1d65b8f
·
1 Parent(s): 5af8a9c

some more stuff

Browse files
Files changed (2) hide show
  1. app.py +7 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("Hello World")
4
+
5
+ st.write("This is a Streamlit app")
6
+
7
+ st.image("https://media.giphy.com/media/3o7aCJs0g7eA0r6t7U/giphy.gif")
requirements.txt CHANGED
@@ -0,0 +1 @@
 
 
1
+ streamlit