AlekseyKorshuk commited on
Commit
832bd72
1 Parent(s): 25fefd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -40,9 +40,12 @@ CONTACT_TEXT = """
40
  _Built by Aleksey Korshuk, Christian Cancedda and Hugging Face community with love_ ❤️
41
 
42
  [![Follow](https://img.shields.io/github/followers/AlekseyKorshuk?style=social)](https://github.com/AlekseyKorshuk)
43
-
44
  [![Follow](https://img.shields.io/twitter/follow/alekseykorshuk?style=social)](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
45
 
 
 
 
 
46
  Star project repository:
47
 
48
  [![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingnft?style=social)](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
  [![Follow](https://img.shields.io/github/followers/AlekseyKorshuk?style=social)](https://github.com/AlekseyKorshuk)
 
43
  [![Follow](https://img.shields.io/twitter/follow/alekseykorshuk?style=social)](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
44
 
45
+ [![Follow](https://img.shields.io/github/followers/Chris1nexus?style=social)](https://github.com/Chris1nexus)
46
+ [![Follow](https://img.shields.io/twitter/follow/chris_cancedda?style=social)](https://twitter.com/intent/follow?screen_name= chris_cancedda)
47
+
48
+
49
  Star project repository:
50
 
51
  [![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingnft?style=social)](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
  )