Spaces:
Sleeping
Bug fixes
Bug fix-1: In the prompts data files, we populate the front end data and even create front end objects using the event ids we take under temporalConstraint key in the JSON. However, in multiple instances multiple ids use generic terms like silent_action due to which there was id clash and therefore even frontend components shared same id due to which multiple action cards got entangled.
To fix this, modified the ids to be unique and also added validation code which will run during startup and will fail app launch if violated.
Feature addition: In the evaluation page where users do actual annotation, if a user wants to go back and check guidelines, currently there is no way to do that. Therefore, to enable this, I have added a button called View guidelines at the top right corner which upon clicking will overlay the guidelines page. When closed, it shows back the exact state you left off at the eval page.
