bishmoy commited on
Commit
c94108e
·
verified ·
1 Parent(s): a7e8e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,9 +25,9 @@ def build_demo():
25
 
26
  with gr.Row():
27
  with gr.Column():
28
- # heard_btn = gr.Button(
29
- # value="🚩 Heard this song before", visible=False, interactive=False
30
- # )
31
  audio = gr.Audio(show_download_button = False)
32
 
33
  with gr.Row():
 
25
 
26
  with gr.Row():
27
  with gr.Column():
28
+ heard_btn = gr.Button(
29
+ value="🚩 Heard this song before", visible=False, interactive=False
30
+ )
31
  audio = gr.Audio(show_download_button = False)
32
 
33
  with gr.Row():