import streamlit as st st.set_page_config(page_title="Home",page_icon="🏠") # st.image("image_of_a_Turkish_lofi_girl_sitting_at_a_desk_writing_summaries_of_scientific_publications_ghibli_anime_like_hd.jpeg", use_column_width=True) st.write("# Vision Papers 📚") st.markdown( """ This app contains all of my paper posts on X for your convenience! Start browsing papers on the left tab. 🔖 This app is made by an amazing human being called [Loïck Bourdois](https://x.com/BdsLoick) so please show this some love and like the Space if you think it's useful 💖 """ )