Spaces:
Building
Building
Update templates/index.html
Browse files- templates/index.html +18 -0
templates/index.html
CHANGED
@@ -190,6 +190,21 @@
|
|
190 |
</div>
|
191 |
</div>
|
192 |
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
</div>
|
194 |
|
195 |
<!-- Popup Window -->
|
@@ -201,5 +216,8 @@
|
|
201 |
<button id="submitBtn" type="button" class="submit-btn" onclick="submitEmail()">Submit</button>
|
202 |
</div>
|
203 |
</div>
|
|
|
|
|
|
|
204 |
</body>
|
205 |
</html>
|
|
|
190 |
</div>
|
191 |
</div>
|
192 |
</form>
|
193 |
+
<div class="image-container">
|
194 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/kim1.jpg" alt="Image 1">
|
195 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/kim2.jpg" alt="Image 2">
|
196 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/kim3.jpg" alt="Image 3">
|
197 |
+
</div>
|
198 |
+
<div class="image-container">
|
199 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/meg1.jpg" alt="Image 1">
|
200 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/meg2.jpg" alt="Image 2">
|
201 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/meg3.jpg" alt="Image 3">
|
202 |
+
</div>
|
203 |
+
<div class="image-container">
|
204 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/bella1.jpg" alt="Image 1">
|
205 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/bella2.jpg" alt="Image 2">
|
206 |
+
<img src="https://huggingface.co/spaces/tonyassi/Virtual-Try-On-Pro-Dev/resolve/main/examples/bella3.jpg" alt="Image 3">
|
207 |
+
</div>
|
208 |
</div>
|
209 |
|
210 |
<!-- Popup Window -->
|
|
|
216 |
<button id="submitBtn" type="button" class="submit-btn" onclick="submitEmail()">Submit</button>
|
217 |
</div>
|
218 |
</div>
|
219 |
+
|
220 |
+
|
221 |
+
|
222 |
</body>
|
223 |
</html>
|