Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1063,7 +1063,7 @@ def format_description_html(description, breed):
|
|
1063 |
</span> {value}
|
1064 |
</li>
|
1065 |
'''
|
1066 |
-
|
1067 |
html += f'''
|
1068 |
<li style='margin-bottom: 10px;'>
|
1069 |
<span class="tooltip">
|
|
|
1063 |
</span> {value}
|
1064 |
</li>
|
1065 |
'''
|
1066 |
+
elif key == "Lifespan":
|
1067 |
html += f'''
|
1068 |
<li style='margin-bottom: 10px;'>
|
1069 |
<span class="tooltip">
|