Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,8 @@ with gr.Blocks() as interface:
|
|
66 |
gr.HTML("""
|
67 |
<h1><i class="fas fa-music"></i> PYTR - Python YouTube Ringtones</h1>
|
68 |
<p>Enter a YouTube URL or upload an audio file to create ringtones.</p>
|
|
|
|
|
69 |
""")
|
70 |
|
71 |
with gr.Row():
|
|
|
66 |
gr.HTML("""
|
67 |
<h1><i class="fas fa-music"></i> PYTR - Python YouTube Ringtones</h1>
|
68 |
<p>Enter a YouTube URL or upload an audio file to create ringtones.</p>
|
69 |
+
<p><a href="https://ringtones.jessejesse.xyz"></a>Ringtones<p>
|
70 |
+
<p><a href="https://github.com/sudo-self/pytr"></a>Github<p>
|
71 |
""")
|
72 |
|
73 |
with gr.Row():
|