maom commited on
Commit
e05a1b1
·
verified ·
1 Parent(s): 7270996

update defaults

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ query_params = st.query_params
13
  if "gene_ids" in query_params.keys():
14
  input_gene_ids = query_params["gene_ids"]
15
  else:
16
- input_gene_ids = "CNAG_04365"
17
 
18
  # use "\n" as the separator so it shows correctly in the text area
19
  input_gene_ids = input_gene_ids.replace(",", "\n")
 
13
  if "gene_ids" in query_params.keys():
14
  input_gene_ids = query_params["gene_ids"]
15
  else:
16
+ input_gene_ids = "CNAG_04365,CNAG_06468"
17
 
18
  # use "\n" as the separator so it shows correctly in the text area
19
  input_gene_ids = input_gene_ids.replace(",", "\n")