Why don't the changes I make to a json file on my streamlit page apply to the json file in my github directory?

Hi everyone !
My app is deployed on community cloud and it’s liked with my github repo : https://qcmtutoratue3poitiers.streamlit.app/ and GitHub - guepardlover77/qcm.
I have an FAQ page but the changes I make to it (adding questions/answers, like, dislike, pictures, etc.) don’t appear in the json file in my github directory. How can I do this?

Hey @github.tamper362 , the changes are only made to your locally checked out version of the bit repository. In order to reflect them in your GitHub repository, you would need to commit and push them.

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