LeonceNsh commited on
Commit
e93e12c
·
verified ·
1 Parent(s): 3c14126

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -339,7 +339,7 @@ def get_criminality_pct_chart(df, authority):
339
  )
340
 
341
  # Update y-axis for percentage
342
- fig.update_yaxis(ticksuffix="%", range=[0, 100])
343
 
344
  # Update hover template for percentages
345
  fig.update_traces(
 
339
  )
340
 
341
  # Update y-axis for percentage
342
+ #fig.update_yaxis(ticksuffix="%", range=[0, 100])
343
 
344
  # Update hover template for percentages
345
  fig.update_traces(