Update app.py
Browse files
app.py
CHANGED
@@ -416,6 +416,10 @@ with gr.Blocks(css=css) as demo:
|
|
416 |
<div style="display: flex; align-items: center;">
|
417 |
  <a href="https://pages.nist.gov/frvt/html/frvt11.html"> <p style="font-size: 14px;">ππ» Latest NIST FRVT Report</p></a>
|
418 |
</div>
|
|
|
|
|
|
|
|
|
419 |
<p style="font-size: 20px; font-weight: bold;">π Visit Recognito</p>
|
420 |
<div style="display: flex; align-items: center;">
|
421 |
  <a href="https://recognito.vision" style="display: flex; align-items: center;"><img src="https://recognito.vision/wp-content/uploads/2024/03/recognito_64_cl.png" style="width: 32px; margin-right: 5px;"/></a>
|
|
|
416 |
<div style="display: flex; align-items: center;">
|
417 |
  <a href="https://pages.nist.gov/frvt/html/frvt11.html"> <p style="font-size: 14px;">ππ» Latest NIST FRVT Report</p></a>
|
418 |
</div>
|
419 |
+
<p style="font-size: 20px; font-weight: bold;">π Product Documentation</p>
|
420 |
+
<div style="display: flex; align-items: center;">
|
421 |
+
  <a href="https://docs.recognito.vision" style="display: flex; align-items: center;"><img src="https://recognito.vision/wp-content/uploads/2024/05/book.png" style="width: 64px; margin-right: 5px;"/></a>
|
422 |
+
</div>
|
423 |
<p style="font-size: 20px; font-weight: bold;">π Visit Recognito</p>
|
424 |
<div style="display: flex; align-items: center;">
|
425 |
  <a href="https://recognito.vision" style="display: flex; align-items: center;"><img src="https://recognito.vision/wp-content/uploads/2024/03/recognito_64_cl.png" style="width: 32px; margin-right: 5px;"/></a>
|