Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,10 +65,9 @@ explored_dict = conf["domain_space"]["explored_space_dict"]
|
|
65 |
df_synth = load_domain_space(conf["domain_space"]["design_space_path"])
|
66 |
|
67 |
plot_fn_uncertainty, update_plot_fn_uncertainty = create_plot(df_synth, explored_dict, target="uncertainty")
|
68 |
-
update_slider_fn_uncertainty = create_slicer_update(space_dict)
|
69 |
-
|
70 |
plot_fn_hardness, update_plot_fn_hardness = create_plot(df_synth, explored_dict, target="uncertainty")
|
71 |
-
|
|
|
72 |
|
73 |
|
74 |
def process_microstructure(list_phases):
|
|
|
65 |
df_synth = load_domain_space(conf["domain_space"]["design_space_path"])
|
66 |
|
67 |
plot_fn_uncertainty, update_plot_fn_uncertainty = create_plot(df_synth, explored_dict, target="uncertainty")
|
|
|
|
|
68 |
plot_fn_hardness, update_plot_fn_hardness = create_plot(df_synth, explored_dict, target="uncertainty")
|
69 |
+
|
70 |
+
update_slider_fn = create_slicer_update(space_dict)
|
71 |
|
72 |
|
73 |
def process_microstructure(list_phases):
|