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