[Mac]
I need help understanding this: If the config.toml
is not created by default in the ~/.streamlit
location, where is the streamlit config show
sourcing this info from? Also I can see that there is a file called credentials.toml
file in ~/.streamlit
folder but no config.toml
by default.
If I have to create a config.toml
file in the ~/.streamlit
location do I have to copy+paste all the contents from the output of streamlit config show
and then make mods to this newly created file?