Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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"]
|