How do I get data from a user?

The user enters my site and sees something like a Google form that he fills out. So on the local site, I was able to make the received data recorded in a file on my computer. But when I downloaded the program to github and launched it, I found that it could not write data to a file on github. What can be done in this situation?
Streamlit site: https://hhwk-mg-main-5t38gp.streamlit.app
Github: GitHub - hhwk/mg: dfg

Have a look on connecting streamlit to data sources.

1 Like

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