maom commited on
Commit
8e4903c
·
verified ·
1 Parent(s): 3a0d682

fix label for gene_id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ top_coexp_hits = datasets.load_dataset(
29
  top_coexp_hits = top_coexp_hits["top_coexp_hits"].to_pandas()
30
 
31
  gene_id = st.text_input(
32
- label = "Gene 1",
33
  value = "CNAG_04365",
34
  max_chars = 10,
35
  help = "CNAG Gene ID e.g. CNAG_04365")
 
29
  top_coexp_hits = top_coexp_hits["top_coexp_hits"].to_pandas()
30
 
31
  gene_id = st.text_input(
32
+ label = "Gene ID",
33
  value = "CNAG_04365",
34
  max_chars = 10,
35
  help = "CNAG Gene ID e.g. CNAG_04365")