sudo-soldier commited on
Commit
48d6d96
·
verified ·
1 Parent(s): 23a71c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -72,11 +72,13 @@ with gr.Blocks(css="""
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>&nbsp;PYTR</h1>
78
- <p>Python YouTube Ringtones. Enter a YouTube URL or record audio to create ringtones</p>
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>&nbsp;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):