We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd9a6ba + 451d3af commit 0d3a6d1Copy full SHA for 0d3a6d1
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
rev: v1.11.1
13
hooks:
14
- id: mypy
15
- language_version: python3.8
+ language_version: python3.11
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
rev: v4.6.0
README.md
@@ -24,7 +24,7 @@ pip install st-gsheets-connection
24
import streamlit as st
25
from streamlit_gsheets import GSheetsConnection
26
27
-url = "https://docs.google.com/spreadsheets/d/1JDy9md2VZPz4JbYtRPJLs81_3jUK47nx6GYQjgU8qNY/edit?usp=sharing"
+url = "https://docs.google.com/spreadsheets/d/1Gc3Wi1vpTP4g5rnWuaRJDZWycZHvKO7F2xCv1ZGo0oU/edit?usp=sharing"
28
29
conn = st.connection("gsheets", type=GSheetsConnection)
30
0 commit comments