LeonceNsh commited on
Commit
40947f4
·
verified ·
1 Parent(s): 8aaf60a

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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 = '"ICE": "Immigration and Customs Enforcement". "CBP": "Customs and Border Protection"\n.'
209
- date_footnote = "\\n*Dates < 11/15/2021 date ICE posted the data; dates > 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}"
 
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}"