Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -270,11 +270,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
| 270 |
lambda x: [gr.update(value=None)] * 8,
|
| 271 |
[],
|
| 272 |
[
|
| 273 |
-
|
| 274 |
-
output_phase,
|
| 275 |
-
output_bccfcc,
|
| 276 |
-
output_processing,
|
| 277 |
-
output_microstructure,
|
| 278 |
input_hardness,
|
| 279 |
input_yield_strength,
|
| 280 |
],
|
|
|
|
| 270 |
lambda x: [gr.update(value=None)] * 8,
|
| 271 |
[],
|
| 272 |
[
|
| 273 |
+
optimal_parameters,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
input_hardness,
|
| 275 |
input_yield_strength,
|
| 276 |
],
|