import streamlit as st import SessionState session = SessionState.get(run_id=0) if st.button("Reset"): session.run_id += 1 options = ["a", ...
確定! 回上一頁