ManasSharma07 commited on
Commit
d02e1d8
·
verified ·
1 Parent(s): 9459b6f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -1367,7 +1367,7 @@ if atoms is not None:
1367
  finally:
1368
  os.unlink(traj_filename)
1369
 
1370
-
1371
  except Exception as e:
1372
  st.error(f"🔴 Calculation error: {str(e)}")
1373
  st.error("Please check the structure, model compatibility, and parameters. For FairChem UMA, ensure the task type (omol, omat etc.) is appropriate for your system (e.g. omol for molecules, omat for materials).")
 
1367
  finally:
1368
  os.unlink(traj_filename)
1369
 
1370
+ show_trajectory()
1371
  except Exception as e:
1372
  st.error(f"🔴 Calculation error: {str(e)}")
1373
  st.error("Please check the structure, model compatibility, and parameters. For FairChem UMA, ensure the task type (omol, omat etc.) is appropriate for your system (e.g. omol for molecules, omat for materials).")