LeonceNsh commited on
Commit
8aaf60a
·
verified ·
1 Parent(s): 61c7230

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -82,7 +82,7 @@ def get_aa_count_chart(df):
82
  fig.update_layout(
83
  xaxis_title="Date",
84
  yaxis_title="Detainees",
85
- title="ICE Detainees by Date* and Arresting Authority",
86
  )
87
 
88
  return fig
@@ -198,7 +198,7 @@ def get_criminality_pct_chart(df, authority):
198
  fig.update_layout(
199
  xaxis_title="Date",
200
  yaxis_title="Percent",
201
- title="ICE Detainees by Date*, Criminality** and Arresting Authority",
202
  )
203
 
204
  return fig
 
82
  fig.update_layout(
83
  xaxis_title="Date",
84
  yaxis_title="Detainees",
85
+ title="ICE Detainees by Date and Arresting Authority",
86
  )
87
 
88
  return fig
 
198
  fig.update_layout(
199
  xaxis_title="Date",
200
  yaxis_title="Percent",
201
+ title="ICE Detainees by Date, Criminality, and Arresting Authority",
202
  )
203
 
204
  return fig