Sonu313131 commited on
Commit
c007aa4
·
verified ·
1 Parent(s): da1c70a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
79
  response.raise_for_status()
80
  questions_data = response.json()
81
 
82
- selected_indices = [0, 2, 4, 6, 10, 12, 14, 15, 16, 17, 19] # Replace with the indices you want
83
  questions_data = [questions_data[i] for i in selected_indices if i < len(questions_data)]
84
 
85
  if not questions_data:
 
79
  response.raise_for_status()
80
  questions_data = response.json()
81
 
82
+ selected_indices = [0, 2, 4, 6, 10, 12, 14, 15] # Replace with the indices you want
83
  questions_data = [questions_data[i] for i in selected_indices if i < len(questions_data)]
84
 
85
  if not questions_data: