Daetheys commited on
Commit
ef56b5d
·
1 Parent(s): cc637aa

Added socials

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -402,6 +402,7 @@ booktitle={The Thirteenth International Conference on Learning Representations},
402
  year={2025},
403
  url={https://openreview.net/forum?id=rTQNGQxm4K}
404
  }''',language=None)
 
405
 
406
  # Change actions from search bars
407
  sim_mat_search_x.change(fn=search_bar_changeX, inputs=sim_mat_search_x, outputs=FIGS_OBJECTS)
 
402
  year={2025},
403
  url={https://openreview.net/forum?id=rTQNGQxm4K}
404
  }''',language=None)
405
+ gr.Markdown('Socials : [BlueSky](https://bsky.app/profile/nicolasyax.bsky.social) [Twitter](https://x.com/nicolas__yax?s=11)')
406
 
407
  # Change actions from search bars
408
  sim_mat_search_x.change(fn=search_bar_changeX, inputs=sim_mat_search_x, outputs=FIGS_OBJECTS)