Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abcae7c

Browse filesBrowse files
committed
feat: change favicon.ico
1 parent 361a8cc commit abcae7c
Copy full SHA for abcae7c

2 files changed

+4-1Lines changed: 4 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎app.py‎

Copy file name to clipboardExpand all lines: app.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424

2525
warnings.simplefilter(action='ignore', category=FutureWarning)
2626

27-
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
27+
app = dash.Dash(__name__,
28+
title="okama widgets",
29+
update_title="Loading okama ...",
30+
external_stylesheets=[dbc.themes.BOOTSTRAP])
2831
server = app.server
2932

3033
cache = Cache(app.server, config={
Collapse file

‎assets/favicon.ico‎

Copy file name to clipboard
1.12 KB
Binary file not shown.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.