prithivMLmods commited on
Commit
5a3716c
·
verified ·
1 Parent(s): 4c419c8

Update index.html

Browse files
Files changed (1) hide show
  1. 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(() => {