QuantumTransformer commited on
Commit
c24a686
·
verified ·
1 Parent(s): 38a4634

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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