Spaces:
Runtime error
Runtime error
Commit
·
832bd72
1
Parent(s):
25fefd6
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,9 +40,12 @@ CONTACT_TEXT = """
|
|
| 40 |
_Built by Aleksey Korshuk, Christian Cancedda and Hugging Face community with love_ ❤️
|
| 41 |
|
| 42 |
[](https://github.com/AlekseyKorshuk)
|
| 43 |
-
|
| 44 |
[](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
Star project repository:
|
| 47 |
|
| 48 |
[](https://github.com/AlekseyKorshuk/huggingnft)
|
|
@@ -125,6 +128,13 @@ st.sidebar.markdown(
|
|
| 125 |
<img src="https://img.shields.io/twitter/follow/alekseykorshuk?style=social"/>
|
| 126 |
</a>
|
| 127 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
""",
|
| 129 |
unsafe_allow_html=True,
|
| 130 |
)
|
|
|
|
| 40 |
_Built by Aleksey Korshuk, Christian Cancedda and Hugging Face community with love_ ❤️
|
| 41 |
|
| 42 |
[](https://github.com/AlekseyKorshuk)
|
|
|
|
| 43 |
[](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
|
| 44 |
|
| 45 |
+
[](https://github.com/Chris1nexus)
|
| 46 |
+
[](https://twitter.com/intent/follow?screen_name= chris_cancedda)
|
| 47 |
+
|
| 48 |
+
|
| 49 |
Star project repository:
|
| 50 |
|
| 51 |
[](https://github.com/AlekseyKorshuk/huggingnft)
|
|
|
|
| 128 |
<img src="https://img.shields.io/twitter/follow/alekseykorshuk?style=social"/>
|
| 129 |
</a>
|
| 130 |
</p>
|
| 131 |
+
|
| 132 |
+
<p class="aligncenter">
|
| 133 |
+
<a href="https://twitter.com/chris_cancedda" target="_blank">
|
| 134 |
+
<img src="https://img.shields.io/twitter/follow/chris_cancedda?style=social"/>
|
| 135 |
+
</a>
|
| 136 |
+
</p>
|
| 137 |
+
|
| 138 |
""",
|
| 139 |
unsafe_allow_html=True,
|
| 140 |
)
|