Spaces:
Runtime error
Runtime error
fix bibliography entry
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ It recognizes the following species (according to GBIF, the 50 most observed tur
|
|
20 |
<ul><li>""" + "</li><li>".join(labels) + """</li></ul>
|
21 |
|
22 |
<h3>References:</h3>
|
23 |
-
<p>GBIF.org (8 September 2023) GBIF Occurrence Download <a href="https://doi.org/10.15468/dl.mvss9v">
|
24 |
"""
|
25 |
|
26 |
iface = gr.Interface(
|
|
|
20 |
<ul><li>""" + "</li><li>".join(labels) + """</li></ul>
|
21 |
|
22 |
<h3>References:</h3>
|
23 |
+
<p>GBIF.org (8 September 2023) GBIF Occurrence Download <a href="https://doi.org/10.15468/dl.mvss9v">https://doi.org/10.15468/dl.mvss9v</a></p>
|
24 |
"""
|
25 |
|
26 |
iface = gr.Interface(
|