bndl commited on
Commit
5663cc4
·
1 Parent(s): 3d28bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ input_cols = {
55
  "Choose the microstructure (SEC means the secondary/tertiary microstructure is not one of FCC, BCC, HCP, L12, B2, Laves, Laves (C14), Laves (C15))",
56
  }
57
 
58
- with open("conf_uncertainty_test.yaml", "rb") as file:
59
  conf = yaml.safe_load(file)
60
 
61
  space_dict = conf["domain_space"]["uncertainty_space_dict"]
 
55
  "Choose the microstructure (SEC means the secondary/tertiary microstructure is not one of FCC, BCC, HCP, L12, B2, Laves, Laves (C14), Laves (C15))",
56
  }
57
 
58
+ with open("conf_test_uncertainty.yaml", "rb") as file:
59
  conf = yaml.safe_load(file)
60
 
61
  space_dict = conf["domain_space"]["uncertainty_space_dict"]