Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ with gr.Blocks(css=".gradio-container {background: url('https://static.vecteezy.
|
|
58 |
sour = gr.Slider(label="Sour", minimum=0, maximum=10)
|
59 |
savory = gr.Slider(label="Savory", minimum=0, maximum=10)
|
60 |
bitter = gr.Slider(label="Bitter", minimum=0, maximum=10)
|
61 |
-
flavor_association = gr.CheckboxGroup(label="Flavor Association", choices=["Fruity", "Herbal", "Spicy", "Floral", "Nutty", "Woody", "Earthy"]
|
62 |
-
drinking_experience = gr.CheckboxGroup(label="Drinking Experience", choices=["Refreshing", "Warming", "Comforting", "Energizing", "Relaxing"]
|
63 |
soberness_level = gr.Slider(label="Level of Soberness", minimum=0, maximum=10)
|
64 |
allergies = gr.Textbox(label="Allergies")
|
65 |
additional_requests = gr.Textbox(label="Anything else you would like to address")
|
|
|
58 |
sour = gr.Slider(label="Sour", minimum=0, maximum=10)
|
59 |
savory = gr.Slider(label="Savory", minimum=0, maximum=10)
|
60 |
bitter = gr.Slider(label="Bitter", minimum=0, maximum=10)
|
61 |
+
flavor_association = gr.CheckboxGroup(label="Flavor Association", choices=["Fruity", "Herbal", "Spicy", "Floral", "Nutty", "Woody", "Earthy"])
|
62 |
+
drinking_experience = gr.CheckboxGroup(label="Drinking Experience", choices=["Refreshing", "Warming", "Comforting", "Energizing", "Relaxing"])
|
63 |
soberness_level = gr.Slider(label="Level of Soberness", minimum=0, maximum=10)
|
64 |
allergies = gr.Textbox(label="Allergies")
|
65 |
additional_requests = gr.Textbox(label="Anything else you would like to address")
|