mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
set streamlit config options
This commit is contained in:
parent
3199a8f704
commit
29f4d788a3
2 changed files with 24 additions and 7 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue