Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
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}">
|