merve HF staff commited on
Commit
d3be916
·
verified ·
1 Parent(s): a7a363b

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +4 -3
Home.py CHANGED
@@ -9,8 +9,9 @@ st.write("# Vision Papers 📚")
9
 
10
  st.markdown(
11
  """
12
- I've created a simple Streamlit App where I list summaries of papers (my browser bookmarks or Twitter bookmarks were getting messy).
13
- Since you're one of my sources for bibliography, I thought you might be interested in having all your summaries grouped together somewhere
14
- (average of 0.73 summaries per week, I don't know what it's your fuel but that's impressive).
 
15
  """
16
  )
 
9
 
10
  st.markdown(
11
  """
12
+ This app contains all of my paper posts on X for your convenience!
13
+ Start browsing papers on the left tab. 🔖
14
+
15
+ 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 💖
16
  """
17
  )