rishabhsetiya commited on
Commit
56d50a1
·
verified ·
1 Parent(s): 77e953f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -121,8 +121,7 @@ def load_model(model_id):
121
  # Get the path of the current script
122
  current_dir = os.path.dirname(os.path.abspath(__file__))
123
 
124
- # JSON file name (assume it's called 'data.json')
125
- json_file_path = os.path.join(current_dir, 'data.json')
126
 
127
  # Read JSON file
128
  with open(json_file_path, 'r', encoding='utf-8') as f:
 
121
  # Get the path of the current script
122
  current_dir = os.path.dirname(os.path.abspath(__file__))
123
 
124
+ json_file_path = os.path.join(current_dir, 'makemytrip_qa_full.json')
 
125
 
126
  # Read JSON file
127
  with open(json_file_path, 'r', encoding='utf-8') as f: