import streamlit as st placeholder = st.empty() input = placeholder.text_input('text') click_clear = st.button('clear text input', ...
確定! 回上一頁