bndl commited on
Commit
a22ee3e
·
1 Parent(s): 97c782e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ html = f"""<html> <link rel="icon" type="image/x-icon" href="file={favicon_path}
234
  <img src='file={logo_path}' alt='Osium AI logo' width='200' height='100'> </html>"""
235
 
236
 
237
- with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
238
  gr.HTML(html)
239
  gr.Markdown("# <p style='text-align: center;'>Get optimal alloy recommendations based on your target performance</p>")
240
  gr.Markdown("This AI model provides a recommended alloy formula, microstructure and processing conditions based on your target hardness and yield strength")
 
234
  <img src='file={logo_path}' alt='Osium AI logo' width='200' height='100'> </html>"""
235
 
236
 
237
+ with gr.Blocks(css=css_styling, title=page_title) as demo:
238
  gr.HTML(html)
239
  gr.Markdown("# <p style='text-align: center;'>Get optimal alloy recommendations based on your target performance</p>")
240
  gr.Markdown("This AI model provides a recommended alloy formula, microstructure and processing conditions based on your target hardness and yield strength")