Skip to content

Commit f5b0619

Browse files
committed
fix title
1 parent aaf4fcb commit f5b0619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tornado": 30
6262
}
6363

64-
app = dash.Dash(__name__, title="wdash", update_title="wdash")
64+
app = dash.Dash(__name__, title="wdash", update_title=None)
6565

6666

6767
def convert_meteorological_deg2cardinal_dir(deg_measurement):
@@ -708,7 +708,6 @@ def generate_page(n_intervals):
708708
],
709709
style={"backgroundColor": "rgb(17,17,17)"}
710710
)
711-
app.title = "wdash"
712711

713712
if __name__ == '__main__':
714713
pd.set_option('display.max_rows', 500)

0 commit comments

Comments
 (0)