sudo-soldier commited on
Commit
1d91f2c
·
verified ·
1 Parent(s): 723b668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,11 +80,11 @@ with gr.Blocks(css="""
80
 
81
  with gr.Row():
82
  with gr.Column(scale=1, min_width=250):
83
- gr.HTML('<label><i class="fas fa-link"></i>YouTube URL</label>')
84
  youtube_url = gr.Textbox(placeholder="Enter the URL here...", show_label=False)
85
 
86
  with gr.Column(scale=1, min_width=250):
87
- gr.HTML('<label><i class="fas fa-microphone"></i>Record Audio</label>')
88
  audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
89
 
90
  with gr.Row():
 
80
 
81
  with gr.Row():
82
  with gr.Column(scale=1, min_width=250):
83
+ gr.HTML('<label><i class="fas fa-link"></i>&nbsp;YouTube URL</label>')
84
  youtube_url = gr.Textbox(placeholder="Enter the URL here...", show_label=False)
85
 
86
  with gr.Column(scale=1, min_width=250):
87
+ gr.HTML('<label><i class="fas fa-microphone"></i>&nbsp;Record Audio</label>')
88
  audio_record = gr.Audio(sources=["microphone"], type="filepath", show_label=False)
89
 
90
  with gr.Row():