saicharantej commited on
Commit
bf90c39
1 Parent(s): 3f233bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ gr.Interface(
42
  outputs=[gr.HTML(),gr.Textbox()],
43
  title="Mockup Generator",
44
  description="Generate a mockup for a given requirement",
45
- examples=[],
46
  ).launch()
 
42
  outputs=[gr.HTML(),gr.Textbox()],
43
  title="Mockup Generator",
44
  description="Generate a mockup for a given requirement",
45
+ examples=["Design an interface for a food delivery app with a map showing nearby restaurants, a menu with categories like 'Asian Cuisine' and 'Italian Pasta', and a user profile section.","Generate a newsletter template for a tech company with sections for latest news, featured products, and upcoming events."],
46
  ).launch()