oucgc1996 commited on
Commit
f018b12
·
verified ·
1 Parent(s): fdecd8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def CTXGen(τ, g_num, length_range):
135
  'Potency_probability': act_probability_all,
136
  'random_seed': seed
137
  })
138
- out.to_csv("output.csv", index=False, encoding='utf-8-sig')
139
  count += 1
140
  yield out, "output.csv"
141
  return out, "output.csv"
 
135
  'Potency_probability': act_probability_all,
136
  'random_seed': seed
137
  })
138
+ out.to_csv("output.csv", index=True, encoding='utf-8-sig')
139
  count += 1
140
  yield out, "output.csv"
141
  return out, "output.csv"