Spaces:
Running
Running
| 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( | |
| """ | |
| I've created a simple Streamlit App where I list summaries of papers (my browser bookmarks or Twitter bookmarks were getting messy). | |
| Since you're one of my sources for bibliography, I thought you might be interested in having all your summaries grouped together somewhere | |
| (average of 0.73 summaries per week, I don't know what it's your fuel but that's impressive). | |
| """ | |
| ) |