Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ html = f"""<html> <link rel="icon" type="image/x-icon" href="file={favicon_path}
|
|
170 |
<img src='file={logo_path}' alt='Osium AI logo' width='200' height='100'> </html>"""
|
171 |
|
172 |
|
173 |
-
with gr.Blocks(css=css_styling, title=page_title
|
174 |
gr.HTML(html)
|
175 |
gr.Markdown("# <p style='text-align: center;'>Get optimal alloy recommendations based on your target performance</p>")
|
176 |
gr.Markdown("This AI model provides a recommended alloy formula, microstructure and processing conditions based on your target hardness and yield strength")
|
|
|
170 |
<img src='file={logo_path}' alt='Osium AI logo' width='200' height='100'> </html>"""
|
171 |
|
172 |
|
173 |
+
with gr.Blocks(css=css_styling, title=page_title) as demo:
|
174 |
gr.HTML(html)
|
175 |
gr.Markdown("# <p style='text-align: center;'>Get optimal alloy recommendations based on your target performance</p>")
|
176 |
gr.Markdown("This AI model provides a recommended alloy formula, microstructure and processing conditions based on your target hardness and yield strength")
|