Update gradio_app.py
Browse files- 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(
|