bndl commited on
Commit
3eb615a
·
1 Parent(s): b62c95a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ new_blue_color = gr.themes.Color(c50="#FF00FF", # Dataframe background cell cont
34
  # secondary color used for highlight box content when typing in light mode, and download option in dark mode
35
  # primary color used for login button in dark mode
36
  osium_theme = gr.themes.Default(primary_hue="cyan", secondary_hue="cyan", neutral_hue=new_blue_color)
37
- page_title = "Cracks characterization"
38
  favicon_path = "osiumai_favicon.ico"
39
  logo_path = "osiumai_logo.jpg"
40
  html = f"""<html> <link rel="icon" type="image/x-icon" href="file={favicon_path}">
 
34
  # secondary color used for highlight box content when typing in light mode, and download option in dark mode
35
  # primary color used for login button in dark mode
36
  osium_theme = gr.themes.Default(primary_hue="cyan", secondary_hue="cyan", neutral_hue=new_blue_color)
37
+ page_title = "Nanoparticles characterization"
38
  favicon_path = "osiumai_favicon.ico"
39
  logo_path = "osiumai_logo.jpg"
40
  html = f"""<html> <link rel="icon" type="image/x-icon" href="file={favicon_path}">