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

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -208,7 +208,7 @@ def get_aa_pct_chart(df):
208
  )
209
 
210
  # Update y-axis for percentage
211
- fig.update_yaxis(ticksuffix="%", range=[0, 100])
212
 
213
  # Update hover template for percentages
214
  fig.update_traces(
 
208
  )
209
 
210
  # Update y-axis for percentage
211
+ #fig.update_yaxis(ticksuffix="%", range=[0, 100])
212
 
213
  # Update hover template for percentages
214
  fig.update_traces(