diff --git a/help/GET_ACCESS_TOKEN.pdf b/help/GET_ACCESS_TOKEN.pdf index e69de29..47b19c2 100644 Binary files a/help/GET_ACCESS_TOKEN.pdf and b/help/GET_ACCESS_TOKEN.pdf differ diff --git a/src/app.py b/src/app.py index 623cc48..0aef217 100644 --- a/src/app.py +++ b/src/app.py @@ -41,8 +41,8 @@ app.layout = html.Div(children=[ ]), html.Div(id="instruction-area", className="hidden-print", style={'margin-top':'30px', 'margin-right':'auto', 'margin-left':'auto','text-align':'center'}, children=[ html.P( "Allowed Date Range : Minimum 40 days — Maximum 365 days", style={'font-size':'17px', 'font-weight': 'bold', 'color':'#54565e'}), - html.P("FAQ : Where can I get my ACCESS TOKEN?", style={'font-size':'17px', 'font-weight': 'bold', 'color':'#54565e'}) - ]), + html.A("HOW TO GET ACCESS TOKEN?", href='https://github.com/arpanghosh8453/fitbit-web-ui-app/blob/main/help/GET_ACCESS_TOKEN.pdf', target="_blank", style={'text-decoration': 'none'}) + ]), html.Div(id='loading-div', style={'margin-top': '40px'}, children=[ dcc.Loading( id="loading-progress",