Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks(css=css_styles) as demo:
|
|
102 |
|
103 |
output_recipe = gr.HTML(label="Your Cocktail Recipe")
|
104 |
|
105 |
-
play_button = gr.Button("Play
|
106 |
background_music = gr.Audio(label="Background Music", autoplay=True, visible=False) # Initially not visible
|
107 |
|
108 |
def on_generate_click(*args):
|
|
|
102 |
|
103 |
output_recipe = gr.HTML(label="Your Cocktail Recipe")
|
104 |
|
105 |
+
play_button = gr.Button("Play Music", visible=False, elem_classes=["generate-button", "right-aligned-small"]) # Initially not visible
|
106 |
background_music = gr.Audio(label="Background Music", autoplay=True, visible=False) # Initially not visible
|
107 |
|
108 |
def on_generate_click(*args):
|