Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,24 +57,24 @@ css = """
|
|
57 |
"""
|
58 |
|
59 |
examples = [
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
{"occasion": "Leadership Retreat", "theme": "Inspire & Lead", "colors": "forest green and white"},
|
76 |
]
|
77 |
|
|
|
78 |
with gr.Blocks(css=css) as demo:
|
79 |
with gr.Column(elem_id="col-container"):
|
80 |
gr.Markdown("# Cake & Gift Design Inspiration")
|
|
|
57 |
"""
|
58 |
|
59 |
examples = [
|
60 |
+
["Corporate Anniversary", "Legacy & Growth", "navy and silver"],
|
61 |
+
["Product Launch", "Innovation Spark", "blue and white"],
|
62 |
+
["Team Appreciation", "Together We Thrive", "green and gold"],
|
63 |
+
["Award Ceremony", "Excellence Awards", "black and gold"],
|
64 |
+
["Milestone Celebration", "10 Years Strong", "emerald green and silver"],
|
65 |
+
["Holiday Party", "Winter Festivity", "silver and blue"],
|
66 |
+
["Sales Achievement", "Peak Performers", "crimson and gray"],
|
67 |
+
["Client Appreciation", "Thank You Event", "ivory and gold"],
|
68 |
+
["Office Opening", "New Beginnings", "teal and white"],
|
69 |
+
["Retirement Celebration", "Years of Dedication", "bronze and navy"],
|
70 |
+
["Quarterly Town Hall", "United Vision", "purple and silver"],
|
71 |
+
["Annual Conference", "Forward Together", "black and royal blue"],
|
72 |
+
["Workshop Event", "Skill Building", "orange and gray"],
|
73 |
+
["Networking Gala", "Professional Connections", "champagne and gold"],
|
74 |
+
["Leadership Retreat", "Inspire & Lead", "forest green and white"],
|
|
|
75 |
]
|
76 |
|
77 |
+
|
78 |
with gr.Blocks(css=css) as demo:
|
79 |
with gr.Column(elem_id="col-container"):
|
80 |
gr.Markdown("# Cake & Gift Design Inspiration")
|