Benjov commited on
Commit
e87df6e
·
1 Parent(s): 5746b95

04/08/2023

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,10 +45,10 @@ credentials = {
45
  "universe_domain": universe_domain
46
  }
47
 
48
- gc = gspread.service_account_from_dict(credentials)
49
 
50
- Google_URL = os.getenv("Google_URL")
51
- sht = gc.open_by_url(Google_URL)
52
 
53
  # Cargar el archivo
54
  #df_Normas_Embeddings = pd.read_csv( 'datos/CLEAN_EMBEDDINGS/Textos_Normas.csv' )
 
45
  "universe_domain": universe_domain
46
  }
47
 
48
+ #gc = gspread.service_account_from_dict(credentials)
49
 
50
+ #Google_URL = os.getenv("Google_URL")
51
+ #sht = gc.open_by_url(Google_URL)
52
 
53
  # Cargar el archivo
54
  #df_Normas_Embeddings = pd.read_csv( 'datos/CLEAN_EMBEDDINGS/Textos_Normas.csv' )