Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -1
src/streamlit_app.py
CHANGED
|
@@ -1300,7 +1300,6 @@ if atoms is not None:
|
|
| 1300 |
try:
|
| 1301 |
# Read trajectory and convert to XYZ
|
| 1302 |
trajectory = read(traj_filename, index=':') # Read all frames
|
| 1303 |
-
display_optimization_trajectory(trajectory, "ball-stick")
|
| 1304 |
|
| 1305 |
# Create XYZ content
|
| 1306 |
trajectory_xyz = ""
|
|
|
|
| 1300 |
try:
|
| 1301 |
# Read trajectory and convert to XYZ
|
| 1302 |
trajectory = read(traj_filename, index=':') # Read all frames
|
|
|
|
| 1303 |
|
| 1304 |
# Create XYZ content
|
| 1305 |
trajectory_xyz = ""
|