snajmark commited on
Commit
8aa8a59
·
1 Parent(s): 929f03c

Update app.py

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