Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ warnings.filterwarnings("ignore")
|
|
| 24 |
|
| 25 |
|
| 26 |
print("Processing the Intents.....")
|
| 27 |
-
with open('
|
| 28 |
intents = json.load(json_data)
|
| 29 |
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
print("Processing the Intents.....")
|
| 27 |
+
with open('intents.json') as json_data:
|
| 28 |
intents = json.load(json_data)
|
| 29 |
|
| 30 |
|