Spaces:
Running
Running
Update app.py
Browse files
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(
|
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(
|