Eitan177 commited on
Commit
22e9212
·
1 Parent(s): 750c3a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -237,12 +237,12 @@ if file_to_lookat !=[] and sub:
237
  bytes_data=txt_file.read()
238
  txt_file.close()
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()
 
237
  bytes_data=txt_file.read()
238
  txt_file.close()
239
  with open(os.path.join("input",nameuse),"wb") as f:
240
+ st.write(os.path.join("input",nameuse))
241
  f.write(bytes_data)
242
  f.close()
243
  seev=glob.glob('input/*')
244
+
245
+ st.write(pd.read_csv(os.path.join("input",nameuse) ))
 
246
  #vcfuse=glob.glob('file_to_lookat[0].name')[0]
247
  #shutil.copy2(vcfuse,'input/'+vcfuse)
248
  #pdb.set_trace()