“botón de transmisión” Código de respuesta

Agregar botón a Strewlit

import streamlit as st

if st.button("Press me"):
	st.text("The button with text Press me was clicked")
    # Rest of the logic
Tense Tarantula

botón de transmisión

if st.button('Say hello'):
     st.write('Why hello there')
 else:
     st.write('Goodbye')
Lala Lunatic

Respuestas similares a “botón de transmisión”

Preguntas similares a “botón de transmisión”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código