streamlit-test / app.py
Momina222's picture
add files
462fd9c
raw
history blame contribute delete
405 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()