Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ html = f"""<html> <link rel="icon" type="image/x-icon" href="file={favicon_path}
|
|
245 |
|
246 |
|
247 |
with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
248 |
-
gr.HTML(html)
|
249 |
gr.Markdown("# <p style='text-align: center;'>Get optimal alloy recommendations based on your target performance</p>")
|
250 |
gr.Markdown("This AI model provides a recommended alloy formula, microstructure and processing conditions based on your target hardness and yield strength")
|
251 |
with gr.Row():
|
|
|
245 |
|
246 |
|
247 |
with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
248 |
+
#gr.HTML(html)
|
249 |
gr.Markdown("# <p style='text-align: center;'>Get optimal alloy recommendations based on your target performance</p>")
|
250 |
gr.Markdown("This AI model provides a recommended alloy formula, microstructure and processing conditions based on your target hardness and yield strength")
|
251 |
with gr.Row():
|