st.get_option - 读取配置项的值
streamlit的get_option
方法读取指定的配置项的值。你可以
运行streamlit config show
显示所有可用配置。
方法原型
streamlit.get_option(key)
参数:
- key:配置项的键
streamlit的get_option
方法读取指定的配置项的值。你可以
运行streamlit config show
显示所有可用配置。
streamlit.get_option(key)
参数: