Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ feats = [
|
|
| 111 |
if line and not line.startswith("#")
|
| 112 |
]
|
| 113 |
ne = [
|
| 114 |
-
line.split("\t")[9].split('
|
| 115 |
for line in text.split("\n")
|
| 116 |
if line and not line.startswith("#")
|
| 117 |
]
|
|
|
|
| 111 |
if line and not line.startswith("#")
|
| 112 |
]
|
| 113 |
ne = [
|
| 114 |
+
line.split("\t")[9].split('name=')[-1]
|
| 115 |
for line in text.split("\n")
|
| 116 |
if line and not line.startswith("#")
|
| 117 |
]
|