我的问题与以下网址非常相似: https ://discuss.streamlit.io/t/the-button-inside-a-button-seems-to-reset-the-whole-app-why/1051
我有一个按钮,它将根据用户输入的特定值加载滑块和输入。这个想法是,每当我更改滑块或对输入进行更改时,都会导致页面重置。
网址上描述的解决方案将不起作用。它将给出以下错误:
AttributeError: type object 'SessionState' has no attribute 'get'