stephenleo commited on
Commit
05b2537
β€’
1 Parent(s): b61e914

add GH repo

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -204,13 +204,15 @@ def about_me():
204
  """
205
  πŸ’‘πŸ”₯πŸš€ STriP v1.0 πŸš€πŸ”₯πŸ’‘
206
 
207
- πŸ‘¨β€πŸ”¬ Author: Marie Stephen Leo
 
 
 
 
208
 
209
  πŸ‘” Linkedin: [Marie Stephen Leo](https://www.linkedin.com/in/marie-stephen-leo/)
210
 
211
  πŸ“ Medium: [@stephen-leo](https://stephen-leo.medium.com/)
212
-
213
- πŸ’» Github: [stephenleo](https://github.com/stephenleo)
214
  """
215
  )
216
 
 
204
  """
205
  πŸ’‘πŸ”₯πŸš€ STriP v1.0 πŸš€πŸ”₯πŸ’‘
206
 
207
+ If you like this work, please consider ❀️ this HugginFace Space and ⭐ this Github repo [Link](https://github.com/stephenleo/stripnet)
208
+
209
+ πŸ‘¨β€πŸ”¬ Author: Marie Stephen Leo
210
+
211
+ πŸ’» Github: [stephenleo](https://github.com/stephenleo)
212
 
213
  πŸ‘” Linkedin: [Marie Stephen Leo](https://www.linkedin.com/in/marie-stephen-leo/)
214
 
215
  πŸ“ Medium: [@stephen-leo](https://stephen-leo.medium.com/)
 
 
216
  """
217
  )
218