Summary
i have checked that my.streamlit (which contains config.toml) folder is in the same directory as the My_try.py,
Root
├─ .streamlit
│ └─ config.toml
└─ My_try.py
Steps to reproduce
My vscide file list looks like this.
How can I make sure that my python app uses the toml file?
when i try " streamlit run D:\桌面\Root\My_try.py" in anaconda prompts,it’s still dark
