Update app.py
Browse files
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
|
| 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"],
|