Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
7955158
1
Parent(s):
02da6de
update app
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -247,8 +247,8 @@ else:
|
|
247 |
{
|
248 |
"category": ["Unredacted", "Redacted"],
|
249 |
"value": [
|
250 |
-
total_redaction_proportion,
|
251 |
100 - total_redaction_proportion,
|
|
|
252 |
],
|
253 |
}
|
254 |
)
|
|
|
247 |
{
|
248 |
"category": ["Unredacted", "Redacted"],
|
249 |
"value": [
|
|
|
250 |
100 - total_redaction_proportion,
|
251 |
+
total_redaction_proportion,
|
252 |
],
|
253 |
}
|
254 |
)
|