Spaces:
Sleeping
Sleeping
fix syntax
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ else:
|
|
| 15 |
input_gene_ids = "TGME49_231630,TGME49_230210"
|
| 16 |
|
| 17 |
# use "\n" as the separator so it shows correctly in the text area
|
| 18 |
-
input_gene_ids =
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 15 |
input_gene_ids = "TGME49_231630,TGME49_230210"
|
| 16 |
|
| 17 |
# use "\n" as the separator so it shows correctly in the text area
|
| 18 |
+
input_gene_ids = input_gene_ids.replace(",", "\n")
|
| 19 |
|
| 20 |
|
| 21 |
|