wffcyrus commited on
Commit
290533d
·
1 Parent(s): 504429a

Update startup.py

Browse files
Files changed (1) hide show
  1. startup.py +1 -1
startup.py CHANGED
@@ -24,7 +24,7 @@ async def startup(idea: str, investment: float = 3.0, n_round: int = 5,
24
  await company.run(n_round=n_round)
25
 
26
 
27
- def main(idea: str, investment: float = 3.0, n_round: int = 5, code_review: bool = False, run_tests: bool = False):
28
  """
29
  We are a software startup comprised of AI. By investing in us, you are empowering a future filled with limitless possibilities.
30
  :param idea: Your innovative idea, such as "Creating a snake game."
 
24
  await company.run(n_round=n_round)
25
 
26
 
27
+ def main(idea: str, investment: float = 10.0, n_round: int = 10, code_review: bool = True, run_tests: bool = True):
28
  """
29
  We are a software startup comprised of AI. By investing in us, you are empowering a future filled with limitless possibilities.
30
  :param idea: Your innovative idea, such as "Creating a snake game."