Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add button to streamlit

import streamlit as st

if st.button("Press me"):
	st.text("The button with text Press me was clicked")
    # Rest of the logic
 
PREVIOUS NEXT
Tagged: #add #button #streamlit
ADD COMMENT
Topic
Name
6+4 =