GattoNero commited on
Commit
c88f342
·
verified ·
1 Parent(s): 3c220a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -223,6 +223,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
223
  '''
224
  total_questions = create_mock_questions()
225
  questions_data = total_questions[:NUMERO_DOMANDE_TOTALE]
 
226
  if not questions_data:
227
  print("Fetched questions list is empty.")
228
  return "Fetched questions list is empty or invalid format.", None
 
223
  '''
224
  total_questions = create_mock_questions()
225
  questions_data = total_questions[:NUMERO_DOMANDE_TOTALE]
226
+ print(f"questions_data: {questions_data}")
227
  if not questions_data:
228
  print("Fetched questions list is empty.")
229
  return "Fetched questions list is empty or invalid format.", None