tywei08 commited on
Commit
ebc5eac
·
verified ·
1 Parent(s): cd5381e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=css_styles) as demo:
112
  recipe, show_play_button = generate_cocktail(*args)
113
  return recipe, gr.update(visible=show_play_button)
114
 
115
- def reset(mood, sweetness, sour, savory, bitter, flavor_association, drinking_experience, soberness_level, allergies, additional_requests):
116
  return "", 0, 0, 0, 0, [], [], 10, "", ""
117
 
118
  generate_button.click(
 
112
  recipe, show_play_button = generate_cocktail(*args)
113
  return recipe, gr.update(visible=show_play_button)
114
 
115
+ def reset():
116
  return "", 0, 0, 0, 0, [], [], 10, "", ""
117
 
118
  generate_button.click(