bndl commited on
Commit
f77d0fb
·
1 Parent(s): a754458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -272,8 +272,9 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
272
  gr.Markdown("### Interpretation of yield strength prediction")
273
  with gr.Row():
274
  output_interpretation = gr.Plot(label="Interpretation")
 
275
  with gr.Row():
276
- gr.Markdown("### Explore your alloy design space")
277
  elem1 = "%Cr"
278
  elem2 = "%V"
279
  elem3 = "%Mo"
 
272
  gr.Markdown("### Interpretation of yield strength prediction")
273
  with gr.Row():
274
  output_interpretation = gr.Plot(label="Interpretation")
275
+ gr.Markdown("### Explore your alloy design space")
276
  with gr.Row():
277
+
278
  elem1 = "%Cr"
279
  elem2 = "%V"
280
  elem3 = "%Mo"