anoushka2000 commited on
Commit
f58e807
·
verified ·
1 Parent(s): 4080d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -407,11 +407,7 @@ def main():
407
  st.sidebar.header("Configuration")
408
 
409
  models_info = {
410
- "Boiling Point": "mist-models/mist-26.9M-b302p09x-bp",
411
- "Flash Point": "mist-models/mist-26.9M-cyuo2xb6-fp",
412
- "Melting Point": "mist-models/mist-26.9M-y3ge5pf9-mp",
413
- "BF3 Affinity": "mist-models/mist-26.9M-6hk5coof-dn",
414
- "Olfaction": "mist-models/mist-26.9M-48kpooqf-odour",
415
  "QM9": "mist-models/mist-26.9M-kkgx0omx-qm9",
416
  }
417
  selected_property = st.sidebar.selectbox("Property", list(models_info.keys()))
 
407
  st.sidebar.header("Configuration")
408
 
409
  models_info = {
410
+ "QM8": "mist-models/mist-28M-gzwqzpcr-qm8",
 
 
 
 
411
  "QM9": "mist-models/mist-26.9M-kkgx0omx-qm9",
412
  }
413
  selected_property = st.sidebar.selectbox("Property", list(models_info.keys()))