Update app.py
Browse files
app.py
CHANGED
@@ -355,6 +355,12 @@ if __name__ == "__main__":
|
|
355 |
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
356 |
</a>
|
357 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
358 |
"""
|
359 |
)
|
360 |
|
|
|
355 |
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
356 |
</a>
|
357 |
</div>
|
358 |
+
<div style="text-align: center;">
|
359 |
+
<strong>HF Space by:</strong>
|
360 |
+
<a href="https://twitter.com/alexandernasa/" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
361 |
+
<img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow Me" alt="GitHub Repo">
|
362 |
+
</a>
|
363 |
+
</div>
|
364 |
"""
|
365 |
)
|
366 |
|