test2 / app.py
03chrisk's picture
some more stuff
1d65b8f
raw
history blame contribute delete
156 Bytes
import streamlit as st
st.title("Hello World")
st.write("This is a Streamlit app")
st.image("https://media.giphy.com/media/3o7aCJs0g7eA0r6t7U/giphy.gif")