Spaces:
Running
Running
Update app.py
Browse filesfixed github link
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/
|
| 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 |
])
|