ouhenio commited on
Commit
faf2a12
·
verified ·
1 Parent(s): 23f111d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def count_answers_per_space(country: str):
117
 
118
  total_questions = len(records)
119
 
120
- answered_questions = 0
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