Benjov commited on
Commit
f942058
·
1 Parent(s): 54ca012

04/07/2023

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,11 +11,12 @@ openai.api_key = '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'
11
 
12
  # Cargar el archivo JSON #CNT-002-2007
13
  with open("Concentraciones_NPL.json") as json_file:
 
14
  data = json.load(json_file)
15
  #
16
 
17
  #
18
- global data
19
  #print( dumps( data, indent = 4 ) )
20
 
21
  # Main OpenAI Function
 
11
 
12
  # Cargar el archivo JSON #CNT-002-2007
13
  with open("Concentraciones_NPL.json") as json_file:
14
+ global data
15
  data = json.load(json_file)
16
  #
17
 
18
  #
19
+
20
  #print( dumps( data, indent = 4 ) )
21
 
22
  # Main OpenAI Function