Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -253,6 +253,9 @@ ad_fraud_env/
|
|
| 253 |
| +-- static/
|
| 254 |
| +-- investigate_hq.html # Interactive investigation dashboard
|
| 255 |
| +-- requirements.txt # Server dependencies
|
|
|
|
|
|
|
|
|
|
| 256 |
+-- tests/
|
| 257 |
+-- test_data_generation.py # Determinism, cross-ref checks, decoy validation
|
| 258 |
+-- test_environment.py # Step logic, state tracking, anti-exploit
|
|
|
|
| 253 |
| +-- static/
|
| 254 |
| +-- investigate_hq.html # Interactive investigation dashboard
|
| 255 |
| +-- requirements.txt # Server dependencies
|
| 256 |
+
| +-- investigate_ui.py # HTML dashboard routes (/investigate, /web redirect)
|
| 257 |
+
| +-- static/
|
| 258 |
+
| +-- investigate_hq.html # Interactive investigation dashboard
|
| 259 |
+-- tests/
|
| 260 |
+-- test_data_generation.py # Determinism, cross-ref checks, decoy validation
|
| 261 |
+-- test_environment.py # Step logic, state tracking, anti-exploit
|