File size: 113 Bytes
dd0ef30
 
 
 
 
 
1
2
3
4
5
6
7
import streamlit as st

if st.button("Say hello"):
    st.write("Why hello there")
else:
    st.write("Goodbye")