Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(css='''
|
|
183 |
""")
|
184 |
|
185 |
with gr.Row():
|
186 |
-
mood = gr.Textbox(label="Mood", elem_classes["mood-input"])
|
187 |
flavor_association = gr.CheckboxGroup(label="Flavor Association", choices=["Fruity", "Herbal", "Spicy", "Floral", "Nutty", "Woody", "Earthy"])
|
188 |
drinking_experience = gr.CheckboxGroup(label="Drinking Experience", choices=["Refreshing", "Warming", "Comforting", "Energizing", "Relaxing"])
|
189 |
|
|
|
183 |
""")
|
184 |
|
185 |
with gr.Row():
|
186 |
+
mood = gr.Textbox(label="Mood", elem_classes=["mood-input"])
|
187 |
flavor_association = gr.CheckboxGroup(label="Flavor Association", choices=["Fruity", "Herbal", "Spicy", "Floral", "Nutty", "Woody", "Earthy"])
|
188 |
drinking_experience = gr.CheckboxGroup(label="Drinking Experience", choices=["Refreshing", "Warming", "Comforting", "Energizing", "Relaxing"])
|
189 |
|