use log by default
#19
by
AchilleSoulieID
- opened
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():
|