Rohit Diwane commited on
Commit
779b768
·
1 Parent(s): 781bb01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from src.mcqgenrator.mcqgenrator import generate_evaluate_chain
11
  from src.mcqgenrator.logger import logging
12
 
13
  #loading json file
14
- with open(r"D:\NLP_Specialization\Gen_AI\LangChain_LLM\mcq_gen_project-main\mcq_gen_project-main\Response.json", 'r') as file:
15
  RESPONSE_JSON = json.load(file)
16
 
17
 
 
11
  from src.mcqgenrator.logger import logging
12
 
13
  #loading json file
14
+ with open("mcq-generation/Response.json", 'r') as file:
15
  RESPONSE_JSON = json.load(file)
16
 
17