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