UBC-MDS / dash_of_spice-R

The Happy Navvy dashboard aims to provide an easy-to-use application to individuals and families looking to immigrate to a new country that best aligns with their values. The dashboard utilizes a user's key preferences to suggest countries that would provide maximum happiness if they immigrated there.
https://happy-navvy-r.herokuapp.com/
MIT License
0 stars 3 forks source link

Set Title of Browser Tab #43

Closed ChadNeald closed 3 years ago

ChadNeald commented 3 years ago

Set the title of the browser tab of your app my using the title parameter when calling Dash(). E.g. app = dash.Dash(name, title='Dashbord name', ...)

rachelywong commented 3 years ago

done