From 1a668a7cee982675472fb5bad754466a32c369b9 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Mon, 25 May 2026 15:10:50 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f22514..eb398ea 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ hosts a [CGI form](https://service.uoregon.edu/TDClient/2030/Portal/KB/ArticleDe which accepts a `.csv` or `.xls`(`x`) upload of a ballot-box and responds with the resulting Smith set. The application can typically handle ~100s of candidates and ~10ks of votes before running into hosting resource limitations and timing out. - + +No ballot data is retained on the server after execution. + ### Python Package The `smithy` python package primarily provides the function `smith_set(ballot_box_df)`