use log by default (#19)
Browse files- toggle log scale by default (58f28e92669df885178675b3543fea66b79b1c92)
Co-authored-by: Achille Soulie <[email protected]>
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=
|
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():
|