Skip to content

Instantly share code, notes, and snippets.

@talaatmagdyx
Created December 25, 2024 00:43
Show Gist options
  • Select an option

  • Save talaatmagdyx/4c0e4f7848c595ac47b8876ed317a17e to your computer and use it in GitHub Desktop.

Select an option

Save talaatmagdyx/4c0e4f7848c595ac47b8876ed317a17e to your computer and use it in GitHub Desktop.
import streamlit as st
# Add a button
if st.button("Click Me!"):
st.write("You just clicked the button!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment