Spaces:
Runtime error
Runtime error
Update startup.py
Browse files- 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 =
|
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."
|