Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|