sudo-soldier commited on
Commit
0ee9fa3
·
verified ·
1 Parent(s): 6ed23fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,11 +66,11 @@ with gr.Blocks(css="""
66
 
67
  with gr.Row():
68
  with gr.Column(scale=1, min_width=250):
69
- gr.HTML('<label><i class="fa fa-link"></i>YouTube URL https://</label>')
70
  youtube_url = gr.Textbox(placeholder="Paste link here...", show_label=False)
71
 
72
  with gr.Column(scale=1, min_width=250):
73
- gr.HTML('<label><i class="fa fa-microphone"></i>Record Audio</label>')
74
  audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
75
 
76
  with gr.Row():
 
66
 
67
  with gr.Row():
68
  with gr.Column(scale=1, min_width=250):
69
+ gr.HTML('<label><i class="fa fa-link"></i>Add YouTube URL</label>')
70
  youtube_url = gr.Textbox(placeholder="Paste link here...", show_label=False)
71
 
72
  with gr.Column(scale=1, min_width=250):
73
+ gr.HTML('<label><i class="fa fa-microphone"></i>Record Audio Ringtone</label>')
74
  audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
75
 
76
  with gr.Row():