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 6f0fbe6 commit ce2633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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)"
desc = " 📖 Full Description of the project: [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")
Expand Down

0 comments on commit ce2633f

Please sign in to comment.