set streamlit config options

This commit is contained in:
Paul Gauthier 2024-04-29 10:19:22 -07:00
parent 3199a8f704
commit 29f4d788a3
2 changed files with 24 additions and 7 deletions

View file

@ -521,6 +521,10 @@ def gui_main():
},
)
# config_options = st.config._config_options
# for key, value in config_options.items():
# print(f"{key}: {value.value}")
GUI()