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 !!!