Skip to content

Commit 20f9ad6

Browse files
authored
Merge pull request #144 from NGO-Algorithm-Audit/feature/structural_edits
put src back
2 parents a10ac79 + b53a4bf commit 20f9ad6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/english/technical-tools/implementation-tool.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ overview_block:
2929
link: classification-quick-scan/#form
3030
---
3131

32-
{{< webapp id="webapp" appId="AIActWizard" title="" >}}
32+
{{< webapp id="webapp" appId="AIActImplementationTool" src="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.js" title="" >}}
3333

3434
<style>
35-
/* Styling for form-group elements inside #AIActWizard */
36-
#AIActWizard .form-group {
35+
/* Styling for form-group elements inside #AIActImplementationTool */
36+
#AIActImplementationTool .form-group {
3737
display: block;
3838
}
3939

40-
/* Styling for form-group elements header labels inside #AIActWizard */
41-
#AIActWizard .form-group .form-label {
40+
/* Styling for form-group elements header labels inside #AIActImplementationTool */
41+
#AIActImplementationTool .form-group .form-label {
4242
margin-left: 0;
4343
color: black;
4444
}
4545

46-
/* Styling for intermediate-output labels in #AIActWizard */
47-
#AIActWizard .intermediate-output label {
46+
/* Styling for intermediate-output labels in #AIActImplementationTool */
47+
#AIActImplementationTool .intermediate-output label {
4848
font-weight: 700;
4949
}
5050

51-
/* Styling for intermediate-output textareas in #AIActWizard */
52-
#AIActWizard .intermediate-output textarea {
51+
/* Styling for intermediate-output textareas in #AIActImplementationTool */
52+
#AIActImplementationTool .intermediate-output textarea {
5353
border: none;
5454
background-color: transparent;
5555
resize: none;

0 commit comments

Comments
 (0)