snajmark commited on
Commit
4b9cc38
·
1 Parent(s): 271cb72

Update app.py

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