Update app.py
Browse files
app.py
CHANGED
|
@@ -297,12 +297,8 @@ with gr.Blocks(theme=gr.themes.Soft(), title="SARS-CoV-2 Knowledge Graph") as de
|
|
| 297 |
### Citation
|
| 298 |
|
| 299 |
If you use this work, please cite:
|
| 300 |
-
@software{sarscov2_kg_2024,
|
| 301 |
-
|
| 302 |
-
author={NurcholishAdam},
|
| 303 |
-
year={2024},
|
| 304 |
-
url={https://github.com/NurcholishAdam/SARS-CoV-2-KG}
|
| 305 |
-
}
|
| 306 |
""")
|
| 307 |
|
| 308 |
# Launch the app
|
|
|
|
| 297 |
### Citation
|
| 298 |
|
| 299 |
If you use this work, please cite:
|
| 300 |
+
@software{sarscov2_kg_2024, title={SARS-CoV-2 Extended Knowledge Graph},author={NurcholishAdam},year={2024},url={https://github.com/NurcholishAdam/SARS-CoV-2-KG}
|
| 301 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 302 |
""")
|
| 303 |
|
| 304 |
# Launch the app
|