Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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"
|