docs: update
Browse files
app.py
CHANGED
|
@@ -51,6 +51,6 @@ demo = gr.Interface(
|
|
| 51 |
gr.Textbox(label="Command Line Output"),
|
| 52 |
],
|
| 53 |
title="SimBiber",
|
| 54 |
-
description="A tool to simplify bibtex references using SimBiber.",
|
| 55 |
)
|
| 56 |
demo.launch()
|
|
|
|
| 51 |
gr.Textbox(label="Command Line Output"),
|
| 52 |
],
|
| 53 |
title="SimBiber",
|
| 54 |
+
description="A tool to simplify bibtex references using SimBiber. Visit https://github.com/MLNLP-World/SimBiber for more information.",
|
| 55 |
)
|
| 56 |
demo.launch()
|