This is my first time ever trying to deploy an app via streamlit so I may be missing something entirely obvious.
I made an app using streamlit and I wanted to publish it so others could use it, not for anything serious, just to show it off. I had the code stored on my laptop and it all worked completely fine, but once I had published it, it didn’t seem to be able to connect to my database, I had a .db file in with the rest of my code and I made connections to it in functions, the app appears to run fine but once you do something that would require a database lookup, there is an error.
The error is an SQLite operational error stating that no such table exists.
Is there anything I can do to make streamlit recognise the file or not.
Thanks for any help.