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