Streamlit Cloud + SQLite

Hello All:

Glad to be a part of the community

I have two programs.

Program 1: Creates a user data using forms and through sqllite the data gets stored in a table (USER).

Program 2: Reads the USER table and does few summarizations.

When I run the programs locally, it is working fine. I used check_same_thread=False in the connect statement.

But when I tried hosting in streamlit cloud, program 2 fails with error table USER not found.

Is there anyways to resolve it.

Thanks in Advance !!!

Hi there,

Thanks for sharing your question with the community!

Check out our guidelines on how to post an effective question here and please update your post to share a code snippet so we can try to reproduce the issue you’re seeing :slightly_smiling_face:

Thanks.

I understood why it can’t be done after reading some materials. So we can close this thread.

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