sudo-soldier commited on
Commit
ac549fb
·
verified ·
1 Parent(s): c70cbee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(css="""
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</p>
79
  """)
80
 
81
  with gr.Row():
 
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():