Spaces:
Sleeping
Sleeping
fix syntax
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ node_info = pd.DataFrame({
|
|
98 |
"description": description})
|
99 |
|
100 |
network_data = []
|
101 |
-
for i in range(gene_ids):
|
102 |
network_data.append({
|
103 |
"data": {
|
104 |
"id": gene_ids[i],
|
|
|
98 |
"description": description})
|
99 |
|
100 |
network_data = []
|
101 |
+
for i in range(len(gene_ids)):
|
102 |
network_data.append({
|
103 |
"data": {
|
104 |
"id": gene_ids[i],
|