felix
commited on
Commit
•
b0337e1
1
Parent(s):
84f536a
update
Browse files
app.py
CHANGED
@@ -52,3 +52,7 @@ for i, img in enumerate(remaining_imgs):
|
|
52 |
|
53 |
# Display the image with the caption
|
54 |
cols[i % 2].image(img, caption=caption, width=None)
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
# Display the image with the caption
|
54 |
cols[i % 2].image(img, caption=caption, width=None)
|
55 |
+
|
56 |
+
st.divider()
|
57 |
+
st.subheader('About')
|
58 |
+
st.write('This meta leaderboard is built and maintained by Felix Zaslavskiy. For feedback, correction, suggestions please reach out on X at <a href="https://twitter.com/FZaslavskiy" >@FZaslavskiy</a> or here via community discussions.', unsafe_allow_html=True)
|