snajmark commited on
Commit
e747ad9
·
1 Parent(s): 80ae9dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -249,7 +249,8 @@ with gr.Blocks(css=css_styling, title=page_title) as demo:
249
  input_yield_strength = gr.Text(label="Enter your target yield strength (MPa)")
250
  with gr.Column():
251
  with gr.Row():
252
- gr.Markdown("### Your optimal microstructure and processing conditions")
 
253
  #optimal_parameters = gr.DataFrame(label="Optimal parameters", wrap=True)
254
  with gr.Column():
255
  param1 = gr.Text(label="Processing method")
 
249
  input_yield_strength = gr.Text(label="Enter your target yield strength (MPa)")
250
  with gr.Column():
251
  with gr.Row():
252
+ with gr.Column():
253
+ gr.Markdown("### Your optimal microstructure and processing conditions")
254
  #optimal_parameters = gr.DataFrame(label="Optimal parameters", wrap=True)
255
  with gr.Column():
256
  param1 = gr.Text(label="Processing method")