File size: 605 Bytes
94e735e
 
 
 
a7a363b
94e735e
 
 
 
 
 
d3be916
a93f663
d3be916
 
 
94e735e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 💖
    """
)