bndl commited on
Commit
bdd16cb
·
1 Parent(s): 61bca0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def predict_inverse(hardness_original_target, ys_original_target, metals_to_use,
193
  result.at[0, columns[1]], columns[-2], columns[-1])
194
 
195
 
196
- example_inputs = [820, 1800, ['Al', 'Fe']]
197
 
198
  css_styling = """#submit {background: #1eccd8}
199
  #submit:hover {background: #a2f1f6}
 
193
  result.at[0, columns[1]], columns[-2], columns[-1])
194
 
195
 
196
+ example_inputs = [820, 1800, ['Al', 'Fe', 'Ni']]
197
 
198
  css_styling = """#submit {background: #1eccd8}
199
  #submit:hover {background: #a2f1f6}