Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,11 +72,13 @@ with gr.Blocks(css="""
|
|
72 |
}
|
73 |
""") as interface:
|
74 |
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
"""
|
|
|
|
|
80 |
|
81 |
with gr.Row():
|
82 |
with gr.Column(scale=1, min_width=250):
|
|
|
72 |
}
|
73 |
""") as interface:
|
74 |
|
75 |
+
gr.HTML("""
|
76 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
77 |
+
<h1><i class="fas fa-music"></i> PYTR</h1>
|
78 |
+
<p>Python YouTube Ringtones. Enter a YouTube URL or record audio to create ringtones.</p>
|
79 |
+
<p><a href="https://ringtone.JesseJesse.xyz" target="_blank">ringtone.JesseJesse.xyz</a></p>
|
80 |
+
""")
|
81 |
+
|
82 |
|
83 |
with gr.Row():
|
84 |
with gr.Column(scale=1, min_width=250):
|