zulissimeta commited on
Commit
e9cc0fb
·
1 Parent(s): 538131f

typo in filepath

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -690,7 +690,7 @@ def main():
690
  [
691
  str(
692
  Path(__file__).parent
693
- / "./examples/pt111.traj"
694
  ),
695
  300,
696
  0.05,
@@ -716,7 +716,7 @@ def main():
716
  [
717
  str(
718
  Path(__file__).parent
719
- / "./examples/cu111.traj"
720
  ),
721
  300,
722
  0.05,
 
690
  [
691
  str(
692
  Path(__file__).parent
693
+ / "./examples/pt111_slab.traj"
694
  ),
695
  300,
696
  0.05,
 
716
  [
717
  str(
718
  Path(__file__).parent
719
+ / "./examples/cu111_slab.traj"
720
  ),
721
  300,
722
  0.05,