Hello good. I am moving my app’s connection to st.experimental_connection. The database source is from Google Sheets. Locally it works very well for me, but when deploying in Streamlit Share I get the error that I paste below. Will I have to inform it in the requirements.txt? how is it instantiated?
tFile "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)
File "/app/dol-app/app2.py", line 2, in <module>
from streamlit_gsheets import GSheetsConnection