snajmark commited on
Commit
fbfc430
·
1 Parent(s): 51bb97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -243,8 +243,9 @@ with gr.Blocks(css=css_styling, title=page_title) as demo:
243
  clear_button = gr.Button("Clear")
244
  prediction_button = gr.Button("Predict", elem_id="submit")
245
  with gr.Row():
246
- gr.Markdown("### Your alloy formula")
247
- gr.Text(value="Al0.25 Co1 Fe1 Ni1")
 
248
  with gr.Row():
249
  with gr.Column():
250
  gr.Markdown("### The target performance of your alloy")
 
243
  clear_button = gr.Button("Clear")
244
  prediction_button = gr.Button("Predict", elem_id="submit")
245
  with gr.Row():
246
+ with gr.Column():
247
+ gr.Markdown("### Your alloy formula")
248
+ gr.TextBox(value="Al0.25 Co1 Fe1 Ni1")
249
  with gr.Row():
250
  with gr.Column():
251
  gr.Markdown("### The target performance of your alloy")