Commit
·
09e698a
1
Parent(s):
3bc7f71
Update application with Jury
Browse files- 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! 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": "
|
|
|
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": "Passed", "ApplicationObservations": ""}]
|