zulissimeta commited on
Commit
40da54c
·
1 Parent(s): 8536464

small tweaks

Browse files
Files changed (1) hide show
  1. app.py +20 -20
app.py CHANGED
@@ -368,16 +368,16 @@ def main():
368
  ],
369
  ],
370
  example_labels=[
371
- "Simulate a transition metal complex",
372
- "Simulate an organic molecular crystal",
373
- "Simulate an inorganic crystal",
374
- "Simulate a high-entropy alloy",
375
- "Simulate a catalyst surface/adsorbate",
376
- "Simulate a ligated gold nanoparticle crystal",
377
- "Simulate a neutral ethylene carbonate",
378
- "Simulate a radical anion ethylene carbonate",
379
- "Simulate a solvated protein",
380
- "Simulate CO2 in a metal organic framework",
381
  ],
382
  inputs=[
383
  input_structure,
@@ -520,15 +520,15 @@ def main():
520
  ],
521
  ],
522
  example_labels=[
523
- "Relax bis(EDA)Cu TM complex with charge=1, spin=1",
524
- "Relax bis(EDA)Cu TM complex with charge=2, spin=2",
525
- "Relax a transition metal complex w ligands",
526
- "Relax an organic molecular crystal",
527
- "Relax an inorganic crystal",
528
- "Relax a high-entropy alloy",
529
- "Relax a catalyst surface/adsorbate",
530
- "Relax a solvated protein",
531
- "Relax co-adsorbed H2O/CO2 in a metal organic framework",
532
  ],
533
  inputs=[
534
  input_structure,
@@ -549,7 +549,7 @@ def main():
549
  fn=run_relaxation_simulation,
550
  run_on_click=True,
551
  cache_examples=True,
552
- label="Molecular dynamics examples!",
553
  )
554
 
555
  gr.Markdown(
 
368
  ],
369
  ],
370
  example_labels=[
371
+ "Transition metal complex",
372
+ "Organic molecular crystal",
373
+ "Inorganic crystal",
374
+ "High-entropy alloy",
375
+ "Catalyst surface/adsorbate",
376
+ "Ligated gold nanoparticle crystal",
377
+ "Neutral ethylene carbonate",
378
+ "Radical anion ethylene carbonate",
379
+ "Solvated protein",
380
+ "CO2 in a metal organic framework",
381
  ],
382
  inputs=[
383
  input_structure,
 
520
  ],
521
  ],
522
  example_labels=[
523
+ "bis(EDA)Cu TM complex with charge=1, spin=1",
524
+ "bis(EDA)Cu TM complex with charge=2, spin=2",
525
+ "Transition metal complex w ligands",
526
+ "Organic molecular crystal",
527
+ "Inorganic crystal",
528
+ "High-entropy alloy",
529
+ "Catalyst surface/adsorbate",
530
+ "Solvated protein",
531
+ "Co-adsorbed H2O/CO2 in a porous material",
532
  ],
533
  inputs=[
534
  input_structure,
 
549
  fn=run_relaxation_simulation,
550
  run_on_click=True,
551
  cache_examples=True,
552
+ label="Relaxation examples!",
553
  )
554
 
555
  gr.Markdown(