HF Agent Course Finalassignment

From HF Discord for now:

If you’re running into 429 for question API do this
Null
go to the questions url: https://agents-course-unit4-scoring.hf.space/questions and copy the json content into a new file in your project (questions.json for example). Load that file directly to supply your questions_data, like below: import json with open(‘questions.json’) as f: d = json.load(f) questions_data = d