Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad-dev committed Jan 2, 2022
1 parent fdc8873 commit e30bef8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@
st.title('PPR - Portrait Painting Recommendation')
st.markdown('A recommendation system for images (specifically painted portraits)',
unsafe_allow_html=True)
star = " 🌟 If you like the idea give it a star on the [GitHub]()"
star = " 🌟 If you like the idea give it a star on the [GitHub](https://github.com/mehrdad-dev/Portrait-Painting-Recommendation)"
st.markdown(star, unsafe_allow_html=True)

desc = " 📖 Full Description of the project: [Go to PDF](https://github.com/mehrdad-dev/Portrait-Painting-Recommendation/blob/main/assets/project1.pdf)"
st.markdown(desc, unsafe_allow_html=True)

expander1 = st.expander("📊 Data")
data_ex = """
**Dataset page:** [Wikiart](https://data.mendeley.com/datasets/289kxpnp57/1).
**Dataset size:** 926 sample in 6 artistic style.
**Published:** 14 Jan 2021.
**DOI:** 10.17632/289kxpnp57.1
Expand Down

0 comments on commit e30bef8

Please sign in to comment.