ouhenio commited on
Commit
2b09c8a
·
verified ·
1 Parent(s): faf2a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def count_answers_per_space(country: str):
143
  "answered_questions": completed_questions,
144
  "total_answers": total_answers,
145
  "percent": round(percentage_complete, 2),
146
- "documents": total_answers * 10
147
  }
148
 
149
  except Exception as e:
 
143
  "answered_questions": completed_questions,
144
  "total_answers": total_answers,
145
  "percent": round(percentage_complete, 2),
146
+ "documents": total_questions
147
  }
148
 
149
  except Exception as e: