saattrupdan commited on
Commit
6fd0cfa
·
1 Parent(s): c97530c

fix: Tooltip

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ def main() -> None:
316
  scale=1,
317
  )
318
  show_scale_checkbox = gr.Checkbox(
319
- label="Show the scale on the plot (always 0-100)",
320
  value=False,
321
  interactive=True,
322
  scale=1,
 
316
  scale=1,
317
  )
318
  show_scale_checkbox = gr.Checkbox(
319
+ label="Show the scale on the plot",
320
  value=False,
321
  interactive=True,
322
  scale=1,