tywei08 commited on
Commit
3791c01
·
verified ·
1 Parent(s): e5ef471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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