snajmark commited on
Commit
1745adf
·
1 Parent(s): be7f647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)")