dexay commited on
Commit
9769115
·
1 Parent(s): b11d95b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -282,16 +282,16 @@ if submit and len(x) != 0:
282
 
283
  with zipfile.ZipFile("allcsvs.zip", "w") as zipf:
284
  if len(edccann)!=0:
285
- zipf.write(edccancsv)
286
- st.write("am in zip")
287
  if len(edcrecep)!=0:
288
- zipf.write(edcrecepcsv)
289
  if len(edchorm)!=0:
290
- zipf.write(edchormcsv)
291
  if len(hormcan)!=0:
292
- zipf.write(hormcancsv)
293
  if len(hormrecep)!=0:
294
- zipf.write(hormrecepcsv)
295
  zipf.close()
296
 
297
  for e in edccanbis:
 
282
 
283
  with zipfile.ZipFile("allcsvs.zip", "w") as zipf:
284
  if len(edccann)!=0:
285
+ zipf.write('edccan.csv')
286
+
287
  if len(edcrecep)!=0:
288
+ zipf.write('edcrecep.csv')
289
  if len(edchorm)!=0:
290
+ zipf.write('edchorm.csv')
291
  if len(hormcan)!=0:
292
+ zipf.write('hormcan.csv')
293
  if len(hormrecep)!=0:
294
+ zipf.write('hormrecep.csv')
295
  zipf.close()
296
 
297
  for e in edccanbis: