Access token guide added

This commit is contained in:
Arpan Ghosh 2023-07-27 22:49:21 -04:00
parent 4f105e7c1a
commit 963f264f8f
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -41,7 +41,7 @@ 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(