ThomasSimonini HF Staff commited on
Commit
3bc7f71
·
1 Parent(s): 25f6921

Add application

Browse files
Files changed (1) hide show
  1. applications.json +1 -1
applications.json CHANGED
@@ -1 +1 @@
1
- [{"ApplicationId": "0ce311be-a321-434e-a67d-3e5576ec331a", "Users": [{"HfUsername": "ThomasSimonini2", "FirstName": "Thomas", "LastName": "Simonini", "Email": "[email protected]"}, {"HfUsername": "OmarSanseviero", "FirstName": "Omar", "LastName": "Sanseviero", "Email": "[email protected]"}, {"HfUsername": "", "FirstName": "", "LastName": "", "Email": ""}, {"HfUsername": "", "FirstName": "", "LastName": "", "Email": ""}, {"HfUsername": "", "FirstName": "", "LastName": "", "Email": ""}], "DemoApplication": {"DemoTitle": "Super Amazing Big Demo!", "DemoLink": "https://huggingface.co/spaces/huggingface-ml-4-games-course/ML-4-Games-Certification-Validation/edit/main/app.py", "DemoDescription": "The error indicates that data is a list, and you are trying to access elements using string indices. In the context of your code, it seems like data is a list of dictionaries, and each dictionary represents an item in your dataset.\n\nIf you want to extract specific information from each dictionary within the list, you need to iterate through the list and access the desired keys for each dictionary. Here's an example assuming data is a list:", "ModelUsedLink": ""}, "ApplicationStatus": "Failed", "ApplicationObservations": "\u274c the form is not correctly filled. \n\u274c the demo is not playable. \n\u274c the AI used is not specified in the form. "}]
 
1
+ [{"ApplicationId": "0ce311be-a321-434e-a67d-3e5576ec331a", "Users": [{"HfUsername": "ThomasSimonini2", "FirstName": "Thomas", "LastName": "Simonini", "Email": "[email protected]"}, {"HfUsername": "OmarSanseviero", "FirstName": "Omar", "LastName": "Sanseviero", "Email": "[email protected]"}, {"HfUsername": "", "FirstName": "", "LastName": "", "Email": ""}, {"HfUsername": "", "FirstName": "", "LastName": "", "Email": ""}, {"HfUsername": "", "FirstName": "", "LastName": "", "Email": ""}], "DemoApplication": {"DemoTitle": "Super Amazing Big Demo! Version 2.0", "DemoLink": "https://huggingface.co/spaces/huggingface-ml-4-games-course/ML-4-Games-Certification-Validation/edit/main/app.py", "DemoDescription": "The error indicates that data is a list, and you are trying to access elements using string indices. In the context of your code, it seems like data is a list of dictionaries, and each dictionary represents an item in your dataset.\n\nIf you want to extract specific information from each dictionary within the list, you need to iterate through the list and access the desired keys for each dictionary. Here's an example assuming data is a list:", "ModelUsedLink": ""}, "ApplicationStatus": "In Review", "ApplicationObservations": "Not Review Yet"}]