Benjov commited on
Commit
29d2476
·
1 Parent(s): 05cae3f

12/08/2023

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ gc = gspread.service_account_from_dict( credentials )
29
  Google_URL = os.getenv( "Google_URL" )
30
 
31
  # Cargar el archivo
32
- df_Normas_Embeddings = pd.read_csv( os.getenv( Data ) )
33
 
34
  # Main OpenAI Function
35
  #
 
29
  Google_URL = os.getenv( "Google_URL" )
30
 
31
  # Cargar el archivo
32
+ df_Normas_Embeddings = pd.read_csv( os.getenv( "Data" ) )
33
 
34
  # Main OpenAI Function
35
  #