saicharantej commited on
Commit
3b8b7a0
·
verified ·
1 Parent(s): 85339f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["Design an interface for a food delivery app payment checkout screen, 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."],
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()