Skip to content

Commit 0d3a6d1

Browse files
Merge pull request #34 from blackary/patch-1
2 parents cd9a6ba + 451d3af commit 0d3a6d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
rev: v1.11.1
1313
hooks:
1414
- id: mypy
15-
language_version: python3.8
15+
language_version: python3.11
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
1818
rev: v4.6.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install st-gsheets-connection
2424
import streamlit as st
2525
from streamlit_gsheets import GSheetsConnection
2626

27-
url = "https://docs.google.com/spreadsheets/d/1JDy9md2VZPz4JbYtRPJLs81_3jUK47nx6GYQjgU8qNY/edit?usp=sharing"
27+
url = "https://docs.google.com/spreadsheets/d/1Gc3Wi1vpTP4g5rnWuaRJDZWycZHvKO7F2xCv1ZGo0oU/edit?usp=sharing"
2828

2929
conn = st.connection("gsheets", type=GSheetsConnection)
3030

0 commit comments

Comments
 (0)