Dave67350 commited on
Commit
32c4bd7
·
verified ·
1 Parent(s): 720e4b6

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +6 -1
Gradio_UI.py CHANGED
@@ -17,7 +17,12 @@ DOCUMENT_TO_MODULE = {
17
  "Corrective Action Log": "tools.corrective_action_log"
18
  },
19
  "GDPR": {
20
- "Data Processing Record": "tools.gdpr_data_record"
 
 
 
 
 
21
  }
22
  }
23
 
 
17
  "Corrective Action Log": "tools.corrective_action_log"
18
  },
19
  "GDPR": {
20
+ "Data Processing Record": "tools.gdpr_data_record",
21
+ "DPIA (Data Protection Impact Assessment)": "tools.gdpr_dpia",
22
+ "Data Breach Notification Log": "tools.gdpr_breach_log",
23
+ "Subject Access Request Record": "tools.gdpr_sar_log",
24
+ "Consent Management Log": "tools.gdpr_consent_log",
25
+ "Data Processor Agreements": "tools.gdpr_dpa_log"
26
  }
27
  }
28