j-higgins commited on
Commit
63e7475
·
verified ·
1 Parent(s): b9b4791

Update app.py

Browse files

fixed github link

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,7 +326,7 @@ app.layout = dbc.Container([
326
  ], flush=True)
327
  html.P([
328
  "For detailed instructions and more information, please refer to the ",
329
- html.A("README file", href="https://github.com/yourusername/yourrepository/blob/main/README.md", target="_blank"),
330
  "."
331
  ], className="mt-3")
332
  ])
 
326
  ], flush=True)
327
  html.P([
328
  "For detailed instructions and more information, please refer to the ",
329
+ html.A("README file", href="https://github.com/jeredhiggins/KeyIntentNER-T/blob/main/README.md", target="_blank"),
330
  "."
331
  ], className="mt-3")
332
  ])