Eitan177 commited on
Commit
750c3a4
·
1 Parent(s): 98b4b33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -239,9 +239,10 @@ if file_to_lookat !=[] and sub:
239
  with open(os.path.join("input",nameuse),"wb") as f:
240
  f.write(bytes_data)
241
  f.close()
242
- seev=glob.glob('input/*')
243
- #for i in seev:
244
- # st.write(i)
 
245
  #vcfuse=glob.glob('file_to_lookat[0].name')[0]
246
  #shutil.copy2(vcfuse,'input/'+vcfuse)
247
  #pdb.set_trace()
 
239
  with open(os.path.join("input",nameuse),"wb") as f:
240
  f.write(bytes_data)
241
  f.close()
242
+ seev=glob.glob('input/*')
243
+ for i in seev:
244
+ st.write(i)
245
+ st.write(pd.read_csv(i) )
246
  #vcfuse=glob.glob('file_to_lookat[0].name')[0]
247
  #shutil.copy2(vcfuse,'input/'+vcfuse)
248
  #pdb.set_trace()