Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -273,6 +273,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
| 273 |
with gr.Row():
|
| 274 |
output_interpretation = gr.Plot(label="Interpretation")
|
| 275 |
with gr.Row():
|
|
|
|
| 276 |
elem1 = "%Cr"
|
| 277 |
elem2 = "%V"
|
| 278 |
elem3 = "%Mo"
|
|
|
|
| 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"
|