mauroleguiok commited on
Commit
cd31d9f
·
verified ·
1 Parent(s): 6db0ba6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def load_json_file(filename):
58
  file = json.load(f)
59
  return file
60
 
61
- filename = '/content/intents_aumentado.json'
62
 
63
  intents = load_json_file(filename)
64
 
 
58
  file = json.load(f)
59
  return file
60
 
61
+ filename = 'intents_aumentado.json'
62
 
63
  intents = load_json_file(filename)
64