Explore our other applications on Hugging Face Spaces
Browse files- assets/title.html +17 -0
assets/title.html
CHANGED
@@ -26,6 +26,15 @@
|
|
26 |
padding-left: 10%;
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
@media (max-width: 767px) {
|
30 |
.title-text {
|
31 |
font-size: 30px;
|
@@ -80,6 +89,14 @@
|
|
80 |
Key</a> to explore further.
|
81 |
</div>
|
82 |
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
<div class="content-text">
|
84 |
<strong>Disclaimer: </strong>The WeShopAI Bad Hand Fixer Demo on HuggingFace space is free for trials. Any
|
85 |
solicitation for payment based on the free features we provide on HuggingFace Space is a fraudulent act.
|
|
|
26 |
padding-left: 10%;
|
27 |
}
|
28 |
|
29 |
+
.nav-links {
|
30 |
+
text-align: center;
|
31 |
+
}
|
32 |
+
|
33 |
+
.nav-links a {
|
34 |
+
margin: 0 4px;
|
35 |
+
font-weight: bold;
|
36 |
+
}
|
37 |
+
|
38 |
@media (max-width: 767px) {
|
39 |
.title-text {
|
40 |
font-size: 30px;
|
|
|
89 |
Key</a> to explore further.
|
90 |
</div>
|
91 |
<br>
|
92 |
+
<div class="content-text">
|
93 |
+
Explore our other applications on Hugging Face Spaces:
|
94 |
+
<span class="nav-links">
|
95 |
+
<a href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Virtual-Try-On">WeShopAI Virtual Try-On</a>
|
96 |
+
<a href="https://huggingface.co/spaces/WeShopAI/WeShopAI-Pose-Generator">WeShopAI Pose Generator</a>
|
97 |
+
</span>
|
98 |
+
</div>
|
99 |
+
<br>
|
100 |
<div class="content-text">
|
101 |
<strong>Disclaimer: </strong>The WeShopAI Bad Hand Fixer Demo on HuggingFace space is free for trials. Any
|
102 |
solicitation for payment based on the free features we provide on HuggingFace Space is a fraudulent act.
|