EmilyWitko HF staff commited on
Commit
60583b1
1 Parent(s): 10c5af8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -0
index.html CHANGED
@@ -23,12 +23,20 @@
23
  max-width: 800px;
24
  height: auto;
25
  }
 
 
 
 
 
 
 
26
  </style>
27
  </head>
28
  <body>
29
  <h1>Unconscious Bias Training</h1>
30
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/1%20Unconscious%20Bias%20Title%20Page.jpg" alt="Unconscious Bias Title Page">
31
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/2%20What%20is%20UB.jpg" alt="What is Unconscious Bias">
 
32
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/3%20What%20is%20UB.jpg" alt="What is Unconscious Bias">
33
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/4%20IATs.jpg" alt="Implicit Association Tests">
34
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/5%20IATs,%20try%20them!.jpg" alt="IATs, try them!">
 
23
  max-width: 800px;
24
  height: auto;
25
  }
26
+ iframe {
27
+ display: block;
28
+ margin: 20px auto;
29
+ width: 100%;
30
+ max-width: 800px;
31
+ height: 450px; /* Adjust height as needed */
32
+ }
33
  </style>
34
  </head>
35
  <body>
36
  <h1>Unconscious Bias Training</h1>
37
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/1%20Unconscious%20Bias%20Title%20Page.jpg" alt="Unconscious Bias Title Page">
38
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/2%20What%20is%20UB.jpg" alt="What is Unconscious Bias">
39
+ <iframe src="https://www.youtube.com/embed/dlwkvB0Diz4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
40
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/3%20What%20is%20UB.jpg" alt="What is Unconscious Bias">
41
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/4%20IATs.jpg" alt="Implicit Association Tests">
42
  <img src="https://huggingface.co/spaces/EmilyWitko/Unconscious_Bias/raw/main/Unconscious%20Bia/5%20IATs,%20try%20them!.jpg" alt="IATs, try them!">