Spaces:
Sleeping
Sleeping
update defaults
Browse files
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")
|