ManasSharma07 commited on
Commit
e4a92fd
·
verified ·
1 Parent(s): dc3ff55

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -70,7 +70,7 @@ st.set_page_config(
70
 
71
  # Title and description
72
  st.markdown('## MLIP Playground', unsafe_allow_html=True)
73
- st.write('#### Run atomistic simulations with >17 state-of-the-art universal machine learning interatomic potentials (MLIPs) for molecules and materials')
74
  st.markdown('Upload molecular structure files or select from predefined examples, then compute energies and forces using foundation models such as those from MACE or FairChem (Meta).', unsafe_allow_html=True)
75
 
76
  # Create a directory for sample structures if it doesn't exist
 
70
 
71
  # Title and description
72
  st.markdown('## MLIP Playground', unsafe_allow_html=True)
73
+ st.write('#### Run, test and compare >17 state-of-the-art universal machine learning interatomic potentials (MLIPs) for atomistic simulations of molecules and materials')
74
  st.markdown('Upload molecular structure files or select from predefined examples, then compute energies and forces using foundation models such as those from MACE or FairChem (Meta).', unsafe_allow_html=True)
75
 
76
  # Create a directory for sample structures if it doesn't exist