some more stuff
Browse files- app.py +7 -0
- 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
|