hdallatorre commited on
Commit
2900c2e
1 Parent(s): f891041

feat: Adjust last settings

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks() as demo:
167
  )
168
  histone_tasks = gr.CheckboxGroup(
169
  choices=_TASKS["histone_marks"],
170
- value=_TASKS["histone_marks"],
171
  label="Histone Modification Downstream Tasks.",
172
  scale=4,
173
  )
 
167
  )
168
  histone_tasks = gr.CheckboxGroup(
169
  choices=_TASKS["histone_marks"],
170
+ # value=_TASKS["histone_marks"],
171
  label="Histone Modification Downstream Tasks.",
172
  scale=4,
173
  )