Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ HTML_CONTENT = """
|
|
254 |
<div class="modal-content">
|
255 |
<span class="close">×</span>
|
256 |
<h2>Embed Video Link</h2>
|
257 |
-
<p>Copy the
|
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">×</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>
|