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?
Hey @Kilian_Boshoff,
What version of Streamlit are you running?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.