saicharantej commited on
Commit
6cf1f5c
·
verified ·
1 Parent(s): 8978380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ gr.Interface(
110
  fn=handle_form,
111
  inputs=gr.Textbox(),
112
  outputs=[gr.HTML(),gr.Textbox()],
113
- title="Prototype generator",
114
  description="Generate a prototype for a given requirement",
115
  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.","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."],
116
  ).launch()
 
110
  fn=handle_form,
111
  inputs=gr.Textbox(),
112
  outputs=[gr.HTML(),gr.Textbox()],
113
+ title="Prototype Planner",
114
  description="Generate a prototype for a given requirement",
115
  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.","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."],
116
  ).launch()