chengzhang1006 AchilleSoulieID commited on
Commit
bd9f299
·
verified ·
1 Parent(s): 01fba1c

use log by default (#19)

Browse files

- toggle log scale by default (58f28e92669df885178675b3543fea66b79b1c92)


Co-authored-by: Achille Soulie <[email protected]>

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():