Victarry commited on
Commit
efe627a
·
1 Parent(s): 3061061

Update link.

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -398,15 +398,11 @@ app.layout = html.Div([
398
  html.A([
399
  html.I(className="bi bi-github me-2"),
400
  "View on GitHub"
401
- ], href="#", className="small text-muted d-block mb-2"),
402
- html.A([
403
- html.I(className="bi bi-book me-2"),
404
- "Documentation"
405
- ], href="#", className="small text-muted d-block mb-2"),
406
  html.A([
407
  html.I(className="bi bi-question-circle me-2"),
408
  "Report an Issue"
409
- ], href="#", className="small text-muted d-block")
410
  ])
411
  ], md=4)
412
  ]),
 
398
  html.A([
399
  html.I(className="bi bi-github me-2"),
400
  "View on GitHub"
401
+ ], href="https://github.com/Victarry/PP-Schedule-Visualization", className="small text-muted d-block mb-2"),
 
 
 
 
402
  html.A([
403
  html.I(className="bi bi-question-circle me-2"),
404
  "Report an Issue"
405
+ ], href="https://github.com/Victarry/PP-Schedule-Visualization/issues", className="small text-muted d-block")
406
  ])
407
  ], md=4)
408
  ]),