Sonu313131 commited on
Commit
413725c
·
verified ·
1 Parent(s): 5b392d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
142
  response.raise_for_status()
143
  questions_data = response.json()
144
 
145
- selected_indices = [0, 2, 4, 6, 7, 10, 14, 15] # Replace with the indices you want
146
  questions_data = [questions_data[i] for i in selected_indices if i < len(questions_data)]
147
 
148
  if not questions_data:
 
142
  response.raise_for_status()
143
  questions_data = response.json()
144
 
145
+ selected_indices = [0, 2, 4, 6, 7, 10, 12, 14, 15] # Replace with the indices you want
146
  questions_data = [questions_data[i] for i in selected_indices if i < len(questions_data)]
147
 
148
  if not questions_data: