Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -205,8 +205,8 @@ def get_criminality_pct_chart(df, authority):
|
|
205 |
|
206 |
def get_footnote_text(dataset):
|
207 |
"""Get footnote text for the dataset."""
|
208 |
-
abbreviations = '
|
209 |
-
date_footnote = "
|
210 |
|
211 |
if dataset == "Arresting Authority":
|
212 |
return f"{abbreviations}\n{date_footnote}"
|
|
|
205 |
|
206 |
def get_footnote_text(dataset):
|
207 |
"""Get footnote text for the dataset."""
|
208 |
+
abbreviations = 'ICE: Immigration and Customs Enforcement. \nCBP: Customs and Border Protection\n.'
|
209 |
+
date_footnote = "\n*Dates < 11/15/2021 date ICE posted the data; \ndates > 11/15/2021 refer to the date the information was current as of."
|
210 |
|
211 |
if dataset == "Arresting Authority":
|
212 |
return f"{abbreviations}\n{date_footnote}"
|