Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
246 |
# output_interpretation = gr.Plot(label="Interpretation")
|
247 |
|
248 |
with gr.Row():
|
249 |
-
gr.Examples([example_inputs], [
|
250 |
|
251 |
|
252 |
|
|
|
246 |
# output_interpretation = gr.Plot(label="Interpretation")
|
247 |
|
248 |
with gr.Row():
|
249 |
+
gr.Examples([example_inputs], [input_hardness, input_yield_strength])
|
250 |
|
251 |
|
252 |
|