Update app.py
Browse files
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 |
-
|
| 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:
|