Added socials
Browse files
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)
|