Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
| 252 |
phase = gr.Text(label="Number of phases (S/M)")
|
| 253 |
|
| 254 |
with gr.Row():
|
| 255 |
-
gr.Examples([example_inputs], [input_hardness, input_yield_strength,
|
| 256 |
|
| 257 |
|
| 258 |
|
|
|
|
| 252 |
phase = gr.Text(label="Number of phases (S/M)")
|
| 253 |
|
| 254 |
with gr.Row():
|
| 255 |
+
gr.Examples([example_inputs], [input_hardness, input_yield_strength, metals_constraints])
|
| 256 |
|
| 257 |
|
| 258 |
|