Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,22 @@ article = """
|
|
112 |
Follow π€ <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a> for demo updates
|
113 |
</p>
|
114 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
"""
|
116 |
|
117 |
prevent_code_gen = """
|
|
|
112 |
Follow π€ <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a> for demo updates
|
113 |
</p>
|
114 |
</div>
|
115 |
+
|
116 |
+
<div id="may-like-container" style="display: flex;justify-content: center;flex-direction: column;align-items: center;">
|
117 |
+
<p style="font-size: 0.8em;margin-bottom: 4px;">You may also like: </p>
|
118 |
+
<div id="may-like" style="display:flex; align-items:center; justify-content: center;height:20px;">
|
119 |
+
<svg height="20" width="198" style="margin-left:4px">
|
120 |
+
<a href="https://huggingface.co/spaces/camenduru/one-shot-talking-face" target="_blank">
|
121 |
+
<image href="https://img.shields.io/badge/π€ Spaces-One Shot Talking Face-blue" src="https://img.shields.io/badge/π€ Spaces-One Shot Talking Face-blue.png" height="20"/>
|
122 |
+
</a>
|
123 |
+
</svg>
|
124 |
+
<svg height="20" width="106" style="margin-left:4px">
|
125 |
+
<a href="https://huggingface.co/spaces/Pie31415/rome" target="_blank">
|
126 |
+
<image href="https://img.shields.io/badge/π€ Spaces-ROME-blue" src="https://img.shields.io/badge/π€ Spaces-ROME-blue.png" height="20"/>
|
127 |
+
</a>
|
128 |
+
</svg>
|
129 |
+
</div>
|
130 |
+
</div>
|
131 |
"""
|
132 |
|
133 |
prevent_code_gen = """
|