Spaces:
Running
Running
Curinha
commited on
Commit
Β·
17a2e18
1
Parent(s):
ad3feff
Update home.html to change background gradient and update website link
Browse files- templates/home.html +2 -2
templates/home.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<style>
|
8 |
body {
|
9 |
font-family: 'Poppins', sans-serif;
|
10 |
-
background: linear-gradient(135deg, #
|
11 |
color: white;
|
12 |
text-align: center;
|
13 |
padding: 50px;
|
@@ -56,7 +56,7 @@
|
|
56 |
<p>π <a href="/docs">/docs</a> - Interactive documentation</p>
|
57 |
<p>π΅ <a href="/generate-music">/generate-music</a> - Generate music based on a prompt</p>
|
58 |
<p>π <a href="/generate-sound">/generate-sound</a> - Create sounds from a description</p>
|
59 |
-
<a class="button" href="https://
|
60 |
</div>
|
61 |
</body>
|
62 |
</html>
|
|
|
7 |
<style>
|
8 |
body {
|
9 |
font-family: 'Poppins', sans-serif;
|
10 |
+
background: linear-gradient(135deg, #052763, #167ed8);
|
11 |
color: white;
|
12 |
text-align: center;
|
13 |
padding: 50px;
|
|
|
56 |
<p>π <a href="/docs">/docs</a> - Interactive documentation</p>
|
57 |
<p>π΅ <a href="/generate-music">/generate-music</a> - Generate music based on a prompt</p>
|
58 |
<p>π <a href="/generate-sound">/generate-sound</a> - Create sounds from a description</p>
|
59 |
+
<a class="button" href="https://creators-lab-dusky.vercel.app/" target="_blank">π Try it on our website</a>
|
60 |
</div>
|
61 |
</body>
|
62 |
</html>
|