st.set_option - 设置配置项的值
streamlit的set_option
方法设置指定配置项的值。可以
运行streamlit config show
查看所有可用的配置项。
方法原型
streamlit.set_option(key, value)
参数:
- key:配置项的键
- value:配置项的值
streamlit的set_option
方法设置指定配置项的值。可以
运行streamlit config show
查看所有可用的配置项。
streamlit.set_option(key, value)
参数: