oasis-web / app.py
Nicolas Pierson
πŸŽ‰ Create the web project and the docker image
ccda6ad unverified
raw
history blame contribute delete
406 Bytes
import streamlit as st
st.title("Hello Streamlit-er πŸ‘‹")
st.markdown(
"""
This is a playground for you to try Streamlit and have fun.
**There's :rainbow[so much] you can build!**
We prepared a few examples for you to get started. Just
click on the buttons above and discover what you can do
with Streamlit.
"""
)
if st.button("Send balloons!"):
st.balloons()