Spaces:
Running
Running
revert to phase 1
Browse files
config.py
CHANGED
@@ -18,10 +18,10 @@ class Config(BaseSettings):
|
|
18 |
|
19 |
# Phase 2 Review Mapping: Defines who reviews whose work.
|
20 |
# Key: Original annotator's username, Value: Reviewer's username
|
21 |
-
REVIEW_MAPPING: dict[str, str] = {
|
22 |
-
|
23 |
-
|
24 |
-
}
|
25 |
|
26 |
class Config:
|
27 |
env_file = ".env"
|
|
|
18 |
|
19 |
# Phase 2 Review Mapping: Defines who reviews whose work.
|
20 |
# Key: Original annotator's username, Value: Reviewer's username
|
21 |
+
# REVIEW_MAPPING: dict[str, str] = {
|
22 |
+
# "zahra": "amin",
|
23 |
+
# "amin": "zahra"
|
24 |
+
# }
|
25 |
|
26 |
class Config:
|
27 |
env_file = ".env"
|