Spaces:
Running
Running
Update app.py
Browse files
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
|