Meghna05 commited on
Commit
a0d9ee2
·
verified ·
1 Parent(s): 5470f44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ warnings.filterwarnings("ignore")
24
 
25
 
26
  print("Processing the Intents.....")
27
- with open('intents1.json') as json_data:
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