coollsd commited on
Commit
b009aa9
·
verified ·
1 Parent(s): 45850d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ HTML_CONTENT = """
254
  <div class="modal-content">
255
  <span class="close">&times;</span>
256
  <h2>Embed Video Link</h2>
257
- <p>Copy the following link to embed the video:</p>
258
  <input type="text" id="embedLink" readonly>
259
  <button onclick="copyEmbedLink()" class="btn" style="margin-top: 10px;">Copy Embed Link</button>
260
  </div>
 
254
  <div class="modal-content">
255
  <span class="close">&times;</span>
256
  <h2>Embed Video Link</h2>
257
+ <p>Copy the link to embed the video for discord:</p>
258
  <input type="text" id="embedLink" readonly>
259
  <button onclick="copyEmbedLink()" class="btn" style="margin-top: 10px;">Copy Embed Link</button>
260
  </div>