davda54 commited on
Commit
0a00d43
·
1 Parent(s): 9d572f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ feats = [
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
  ]
 
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
  ]