Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks(css=css_styling, title=page_title) as demo:
|
|
254 |
with gr.Row():
|
255 |
with gr.Column():
|
256 |
gr.Markdown("### Your alloy formula")
|
257 |
-
formula = gr.Text(label = "Alloy formula)
|
258 |
gr.Markdown("### The target performance of your alloy")
|
259 |
input_hardness = gr.Text(label="Enter your target hardness (in HV)")
|
260 |
input_yield_strength = gr.Text(label="Enter your target yield strength (MPa)")
|
|
|
254 |
with gr.Row():
|
255 |
with gr.Column():
|
256 |
gr.Markdown("### Your alloy formula")
|
257 |
+
formula = gr.Text(label = "Alloy formula")
|
258 |
gr.Markdown("### The target performance of your alloy")
|
259 |
input_hardness = gr.Text(label="Enter your target hardness (in HV)")
|
260 |
input_yield_strength = gr.Text(label="Enter your target yield strength (MPa)")
|