Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
241 |
with gr.Column():
|
242 |
with gr.Row():
|
243 |
#with gr.Column():
|
244 |
-
# gr.Markdown("### Your optimal
|
245 |
optimal_parameters = gr.DataFrame(label="Optimal parameters", wrap=True)
|
246 |
#with gr.Column():
|
247 |
# param1 = gr.Text(label="Processing method")
|
|
|
241 |
with gr.Column():
|
242 |
with gr.Row():
|
243 |
#with gr.Column():
|
244 |
+
# gr.Markdown("### Your optimal alloy formula and processing conditions")
|
245 |
optimal_parameters = gr.DataFrame(label="Optimal parameters", wrap=True)
|
246 |
#with gr.Column():
|
247 |
# param1 = gr.Text(label="Processing method")
|