Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
261 |
)
|
262 |
|
263 |
with gr.Group(visible=True) as packing_group:
|
264 |
-
gr.Markdown("### Luggage")
|
265 |
luggage_types = gr.CheckboxGroup(
|
266 |
choices=["Carry-on", "Checked"],
|
267 |
label="What is your luggage type?"
|
@@ -272,14 +272,14 @@ with gr.Blocks(theme=theme) as demo:
|
|
272 |
)
|
273 |
|
274 |
with gr.Group(visible=True) as food_group:
|
275 |
-
gr.Markdown("### Food")
|
276 |
food_prefs = gr.Dropdown(
|
277 |
choices=["Italian", "Thai", "Mexican", "Japanese", "Vegan", "Seafood"],
|
278 |
multiselect=True,
|
279 |
label="What are your food preferences?"
|
280 |
)
|
281 |
|
282 |
-
gr.Markdown("### Activities")
|
283 |
activity = gr.Dropdown(
|
284 |
choices=["Outdoor & Nature", "Indoor", "Museums", "Shopping", "Relaxation"],
|
285 |
multiselect=True,
|
|
|
261 |
)
|
262 |
|
263 |
with gr.Group(visible=True) as packing_group:
|
264 |
+
#gr.Markdown("### Luggage")
|
265 |
luggage_types = gr.CheckboxGroup(
|
266 |
choices=["Carry-on", "Checked"],
|
267 |
label="What is your luggage type?"
|
|
|
272 |
)
|
273 |
|
274 |
with gr.Group(visible=True) as food_group:
|
275 |
+
#gr.Markdown("### Food")
|
276 |
food_prefs = gr.Dropdown(
|
277 |
choices=["Italian", "Thai", "Mexican", "Japanese", "Vegan", "Seafood"],
|
278 |
multiselect=True,
|
279 |
label="What are your food preferences?"
|
280 |
)
|
281 |
|
282 |
+
#gr.Markdown("### Activities")
|
283 |
activity = gr.Dropdown(
|
284 |
choices=["Outdoor & Nature", "Indoor", "Museums", "Shopping", "Relaxation"],
|
285 |
multiselect=True,
|