tywei08 commited on
Commit
475abca
·
verified ·
1 Parent(s): 708c4df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Background Music", visible=False, elem_classes=["generate-button"]) # 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):
 
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):