snajmark commited on
Commit
81eb44a
·
1 Parent(s): 71e7ce5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, metal_constraints])
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