Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(theme=theme) as app:
|
|
224 |
artist_input = gr.Textbox(label="Artist")
|
225 |
song_title_input = gr.Textbox(label="Song Title")
|
226 |
add_button = gr.Button("Add Song")
|
227 |
-
add_button.click(add_and_compare, inputs=[artist_input, song_title_input, rankings], outputs=[
|
228 |
gr.Markdown(
|
229 |
"""### Remove Songs
|
230 |
"""
|
|
|
224 |
artist_input = gr.Textbox(label="Artist")
|
225 |
song_title_input = gr.Textbox(label="Song Title")
|
226 |
add_button = gr.Button("Add Song")
|
227 |
+
add_button.click(add_and_compare, inputs=[artist_input, song_title_input, rankings], outputs=[artist_input, song_title_input, rankings])
|
228 |
gr.Markdown(
|
229 |
"""### Remove Songs
|
230 |
"""
|