Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def load_json_file(filename):
|
|
58 |
file = json.load(f)
|
59 |
return file
|
60 |
|
61 |
-
filename = '
|
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 |
|