ManasSharma07 commited on
Commit
c5ab8df
·
verified ·
1 Parent(s): 8f100da

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -567,7 +567,7 @@ st.set_page_config(
567
 
568
  # Title and description
569
  st.markdown('## MLIP Playground', unsafe_allow_html=True)
570
- st.write('#### Run, test and compare >17 state-of-the-art universal machine learning interatomic potentials (MLIPs) for atomistic simulations of molecules and materials')
571
  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)
572
 
573
  # Create a directory for sample structures if it doesn't exist
 
567
 
568
  # Title and description
569
  st.markdown('## MLIP Playground', unsafe_allow_html=True)
570
+ st.write('#### Run, test and compare 22 state-of-the-art universal machine learning interatomic potentials (MLIPs) for atomistic simulations of molecules and materials')
571
  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)
572
 
573
  # Create a directory for sample structures if it doesn't exist