jugarte00's picture
Upload folder using huggingface_hub
9a45764 verified
raw
history blame contribute delete
201 Bytes
import gspread
from article_embedding.utils import env_str
gc = gspread.auth.oauth(credentials_filename=env_str("GOOGLE_CREDENTIALS"))
sh = gc.open("COVID-19 Compilation")
print(sh.sheet1.get("A1"))