| """Seed ideas used for Day 1 validation.""" | |
| DEFAULT_IDEAS = [ | |
| "An app that reminds elderly people to take their medication.", | |
| "A marketplace for renting tools between neighbors.", | |
| "A study tool that turns lecture notes into flashcards.", | |
| ] | |
| """Seed ideas used for Day 1 validation.""" | |
| DEFAULT_IDEAS = [ | |
| "An app that reminds elderly people to take their medication.", | |
| "A marketplace for renting tools between neighbors.", | |
| "A study tool that turns lecture notes into flashcards.", | |
| ] | |