Files changed (1) hide show
  1. folding_studio_demo/app.py +1 -1
folding_studio_demo/app.py CHANGED
@@ -354,7 +354,7 @@ def create_antibody_discovery_tab():
354
  with gr.Row():
355
  log_scale = gr.Checkbox(
356
  label="Use log scale for KD",
357
- value=False,
358
  min_width=150,
359
  )
360
  with gr.Column():
 
354
  with gr.Row():
355
  log_scale = gr.Checkbox(
356
  label="Use log scale for KD",
357
+ value=True,
358
  min_width=150,
359
  )
360
  with gr.Column():