fatmacankara commited on
Commit
df7efe5
·
1 Parent(s): 11af806

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -1
ASCARIS.py CHANGED
@@ -23,7 +23,7 @@ st.write(pdb_path)
23
  st.write('HER')
24
  with gzip.open(pdb_path, mode="rt") as f:
25
  file_content = f.read()
26
- #st.write(file_content)
27
  st.write('REH')
28
  st.write('-----')
29
 
 
23
  st.write('HER')
24
  with gzip.open(pdb_path, mode="rt") as f:
25
  file_content = f.read()
26
+ st.write(file_content)
27
  st.write('REH')
28
  st.write('-----')
29