sudo-soldier commited on
Commit
3c7f2ec
·
verified ·
1 Parent(s): 0ad9eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def process_youtube_url(url, uploaded_file, state):
64
 
65
  with gr.Blocks() as interface:
66
  gr.HTML("""
67
- <h1>P.Y.T.R.</h1>
68
- <p>Python YouTube Ringtones<br/>insert a URL to make ringtones. Upload an MP3 to convert it too.</p>
69
  """)
70
 
71
  with gr.Row():
 
64
 
65
  with gr.Blocks() as interface:
66
  gr.HTML("""
67
+ <h1>Python YouTube Ringtones</h1>
68
+ <p>insert a URL to make ringtones or Upload an MP3 to convert</p>
69
  """)
70
 
71
  with gr.Row():