Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,5 +115,5 @@ gr.Interface(
|
|
| 115 |
outputs=[gr.HTML(),gr.Textbox()],
|
| 116 |
title="Prototype generator",
|
| 117 |
description="Generate a prototype for a given requirement",
|
| 118 |
-
examples=["
|
| 119 |
).launch()
|
|
|
|
| 115 |
outputs=[gr.HTML(),gr.Textbox()],
|
| 116 |
title="Prototype generator",
|
| 117 |
description="Generate a prototype for a given requirement",
|
| 118 |
+
examples=["Generate a clickable prototype for an e-commerce site with personas: Shopper, Seller, Administrator, and CUJs like searching for products, listing products, and managing users.","Create a prototype for an online learning platform with personas: Student, Instructor, Administrator, and CUJs like browsing courses, creating courses, and managing users.","Design a prototype for a social media app with personas: User, Moderator, Admin, and CUJs like posting updates, moderating content, and managing users.","Build a prototype for a banking app with personas: Customer, Banker, Admin, and CUJs like checking account balances, managing accounts, and overseeing transactions.","Develop a prototype for a healthcare portal with personas: Patient, Doctor, Admin, and CUJs like booking appointments, managing patient records, and overseeing user activities."],
|
| 119 |
).launch()
|