Vardhan-kuppala commited on
Commit
1d5199a
·
verified ·
1 Parent(s): 33a5a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_test_cases(text, prompt_template):
25
  ]
26
 
27
  full_content = ""
28
- max_iterations = 3 # Maximum number of follow-up calls
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: