Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -37,14 +37,14 @@
|
|
37 |
<div class="container">
|
38 |
<button id="copyBtn">Copy Clipboard</button>
|
39 |
<p id="linkText">
|
40 |
-
<a href="https://huggingface.co/spaces/strangerzonehf/Request-LoRA" target="_blank">
|
41 |
https://huggingface.co/spaces/strangerzonehf/Request-LoRA
|
42 |
</a>
|
43 |
</p>
|
44 |
</div>
|
45 |
<script>
|
46 |
const copyBtn = document.getElementById('copyBtn');
|
47 |
-
const linkURL = "https://huggingface.co/spaces/strangerzonehf/Request-LoRA";
|
48 |
|
49 |
copyBtn.addEventListener('click', function() {
|
50 |
navigator.clipboard.writeText(linkURL).then(() => {
|
|
|
37 |
<div class="container">
|
38 |
<button id="copyBtn">Copy Clipboard</button>
|
39 |
<p id="linkText">
|
40 |
+
<a href="https://huggingface.co/spaces/strangerzonehf/Request-LoRA/discussions/1" target="_blank">
|
41 |
https://huggingface.co/spaces/strangerzonehf/Request-LoRA
|
42 |
</a>
|
43 |
</p>
|
44 |
</div>
|
45 |
<script>
|
46 |
const copyBtn = document.getElementById('copyBtn');
|
47 |
+
const linkURL = "https://huggingface.co/spaces/strangerzonehf/Request-LoRA/discussions/1";
|
48 |
|
49 |
copyBtn.addEventListener('click', function() {
|
50 |
navigator.clipboard.writeText(linkURL).then(() => {
|