Spaces:
Sleeping
Sleeping
04/08/2023
Browse files
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' )
|