Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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}
|