Spaces:
Sleeping
Sleeping
Commit
·
62254b5
1
Parent(s):
370598b
Update ASCARIS.py
Browse files- ASCARIS.py +1 -0
ASCARIS.py
CHANGED
|
@@ -24,6 +24,7 @@ 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 |
|
|
|
|
| 24 |
with gzip.open(pdb_path, mode="rt") as f:
|
| 25 |
file_content = f.read()
|
| 26 |
st.write(file_content)
|
| 27 |
+
break
|
| 28 |
st.write('REH')
|
| 29 |
st.write('-----')
|
| 30 |
|