Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_test_cases(text, prompt_template):
|
|
25 |
]
|
26 |
|
27 |
full_content = ""
|
28 |
-
max_iterations =
|
29 |
iteration = 0
|
30 |
|
31 |
while iteration < max_iterations:
|
|
|
25 |
]
|
26 |
|
27 |
full_content = ""
|
28 |
+
max_iterations = 5
|
29 |
iteration = 0
|
30 |
|
31 |
while iteration < max_iterations:
|