luosanj commited on
Commit
4947f63
·
verified ·
1 Parent(s): 3a6a83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from func_gradio import run_epcotv2
3
 
4
  inputs = [
5
  gr.Dropdown([i for i in range(1, 23)] + ['X'],label='Chromosome id'),
6
- gr.Number(label='Interest region on the specified chromosome. Please ensure the region length is 600kb or 1.2mb', info='From'),
7
  gr.Number(info='To', show_label=False),
8
  gr.CheckboxGroup(
9
  choices = ["epi","rna","bru","microc","hic","intacthic","rna_strand", "external_tf","tt","groseq","grocap","proseq","netcage","starr"],
 
3
 
4
  inputs = [
5
  gr.Dropdown([i for i in range(1, 23)] + ['X'],label='Chromosome id'),
6
+ gr.Number(label='Interest region on the specified chromosome. Please ensure the region length is 600kb', info='From'),
7
  gr.Number(info='To', show_label=False),
8
  gr.CheckboxGroup(
9
  choices = ["epi","rna","bru","microc","hic","intacthic","rna_strand", "external_tf","tt","groseq","grocap","proseq","netcage","starr"],