Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
244 |
-
|
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()
|