Hidden config file

I have tested the config file working on the app locally and had success. When I deploy on the cloud however, the config file will not act upon the project, while keeping the same folder structure. I am working on windows. Below you will find the link to the app https://spotify-search-engine.streamlit.app/ and the github repo structure -
.streamlit/

  • config.toml
    .data/
  • file.csv
    .images/
  • images.jpg
  • app.py

@Toni_Zemani

Can you check if your app.py file is in folder hierarchy above .streamlit/

– main folder
– app.py
— .streamlit folder
---- config.toml

Hope that helps!

Note: I do not see any link to your Github code, so hard to tell from just this information.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.