ManasSharma07 commited on
Commit
c2095f1
·
verified ·
1 Parent(s): 2518e9f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -2
src/streamlit_app.py CHANGED
@@ -34,7 +34,7 @@ os.environ["STREAMLIT_WATCHER_TYPE"] = "none"
34
  # Check if running on Streamlit Cloud vs locally
35
  is_streamlit_cloud = os.environ.get('STREAMLIT_RUNTIME_ENV') == 'cloud'
36
  MAX_ATOMS_CLOUD = 100 # Maximum atoms allowed on Streamlit Cloud
37
- MAX_ATOMS_CLOUD_UMA = 100
38
 
39
  # Set page configuration
40
  st.set_page_config(
@@ -484,7 +484,8 @@ st.markdown("---")
484
  with st.expander('## About This App'):
485
  # Show some information about the app
486
  st.write("""
487
- This app allows you to perform atomistic simulations using pre-trained foundational machine learning interatomic potentials (MLIPs) such as those from the MACE and FairChem libraries.
 
488
 
489
  ### Features:
490
  - Upload structure files (XYZ, CIF, POSCAR, etc.) or select from examples
 
34
  # Check if running on Streamlit Cloud vs locally
35
  is_streamlit_cloud = os.environ.get('STREAMLIT_RUNTIME_ENV') == 'cloud'
36
  MAX_ATOMS_CLOUD = 100 # Maximum atoms allowed on Streamlit Cloud
37
+ MAX_ATOMS_CLOUD_UMA = 50
38
 
39
  # Set page configuration
40
  st.set_page_config(
 
484
  with st.expander('## About This App'):
485
  # Show some information about the app
486
  st.write("""
487
+ Test, compare and benchmark universal machine learning interatomic potentials (MLIPs).
488
+ This app allows you to perform atomistic simulations using pre-trained foundational MLIPs such as those from the MACE and FairChem libraries.
489
 
490
  ### Features:
491
  - Upload structure files (XYZ, CIF, POSCAR, etc.) or select from examples