Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
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")
|