Hey guys, I am trying out the new st.experimental_connection that was released.
I ran the code outlined here but I get this error on my Streamlit app?
I am running it in VS Code.
Hey guys, I am trying out the new st.experimental_connection that was released.
I ran the code outlined here but I get this error on my Streamlit app?
I am running it in VS Code.
It seemed to work when adding this:
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
A follow up question, does this work in real time?
Meaning that as the google sheet is updated, this front end of what is being displayed will also be updated?