Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def count_answers_per_space(country: str):
|
|
117 |
|
118 |
total_questions = len(records)
|
119 |
|
120 |
-
|
121 |
total_answers = 0
|
122 |
# answers_per_user = {}
|
123 |
|
|
|
117 |
|
118 |
total_questions = len(records)
|
119 |
|
120 |
+
completed_questions = 0
|
121 |
total_answers = 0
|
122 |
# answers_per_user = {}
|
123 |
|