fffiloni commited on
Commit
1c08be3
·
1 Parent(s): 9edd470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ css = """
30
  """
31
 
32
  with gr.Blocks(css=css) as demo:
33
- with gr.Column(col-container):
34
  song_in = gr.Audio(label="Song input", type="filepath", source="upload")
35
  getlyrics_btn = gr.Button("Get Lyrics !")
36
  lyrics_res = gr.Textbox(label="Lyrics")
 
30
  """
31
 
32
  with gr.Blocks(css=css) as demo:
33
+ with gr.Column(elem_id="col-container"):
34
  song_in = gr.Audio(label="Song input", type="filepath", source="upload")
35
  getlyrics_btn = gr.Button("Get Lyrics !")
36
  lyrics_res = gr.Textbox(label="Lyrics")