Spaces:
Running
on
A10G
Running
on
A10G
center footer similar to header (#98)
Browse files- center footer similar to header (6d56b6bd057fb6401e1afccd1e179e458cc110cf)
Co-authored-by: Ahsen Khaliq <[email protected]>
app.py
CHANGED
|
@@ -235,22 +235,24 @@ title = """
|
|
| 235 |
</div>
|
| 236 |
"""
|
| 237 |
article = """
|
| 238 |
-
<
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
</
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
</
|
|
|
|
|
|
|
| 254 |
"""
|
| 255 |
|
| 256 |
css = '''
|
|
|
|
| 235 |
</div>
|
| 236 |
"""
|
| 237 |
article = """
|
| 238 |
+
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
| 239 |
+
<p>
|
| 240 |
+
Example art by <a href="https://pixabay.com/illustrations/watercolour-painting-art-effect-4799014/">Layers</a>
|
| 241 |
+
and <a href="https://pixabay.com/illustrations/animal-painting-cat-feline-pet-7154059/">Lin Tong</a>
|
| 242 |
+
from pixabay.com
|
| 243 |
+
</p>
|
| 244 |
+
|
| 245 |
+
<p>
|
| 246 |
+
Server busy? You can also run on <a href="https://colab.research.google.com/github/pharmapsychotic/clip-interrogator/blob/main/clip_interrogator.ipynb">Google Colab</a>
|
| 247 |
+
</p>
|
| 248 |
+
|
| 249 |
+
<p>
|
| 250 |
+
Has this been helpful to you? Follow me on twitter
|
| 251 |
+
<a href="https://twitter.com/pharmapsychotic">@pharmapsychotic</a>
|
| 252 |
+
and check out more tools at my
|
| 253 |
+
<a href="https://pharmapsychotic.com/tools.html">Ai generative art tools list</a>
|
| 254 |
+
</p>
|
| 255 |
+
</div>
|
| 256 |
"""
|
| 257 |
|
| 258 |
css = '''
|