Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ with gr.Blocks(css=css_styling, title=page_title) as demo:
|
|
| 245 |
with gr.Row():
|
| 246 |
with gr.Column():
|
| 247 |
gr.Markdown("### Your alloy formula")
|
| 248 |
-
gr.
|
| 249 |
with gr.Row():
|
| 250 |
with gr.Column():
|
| 251 |
gr.Markdown("### The target performance of your alloy")
|
|
|
|
| 245 |
with gr.Row():
|
| 246 |
with gr.Column():
|
| 247 |
gr.Markdown("### Your alloy formula")
|
| 248 |
+
gr.HighlightedText(value="Al0.25 Co1 Fe1 Ni1")
|
| 249 |
with gr.Row():
|
| 250 |
with gr.Column():
|
| 251 |
gr.Markdown("### The target performance of your alloy")
|