Skip to content

Commit

Permalink
Update App.py
Browse files Browse the repository at this point in the history
  • Loading branch information
khanmhmdi committed Jul 8, 2023
1 parent dedc65e commit e0aa499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion App.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def get_movie_info(imdb_link):


def run():
img1 = Image.open('./MovieRecommendation/Recommender_System/master_ui/meta/logo.jpg')
img1 = Image.open(hf_hub_download(repo_id="Khanmhmdi/Collaborative-movie-recommendation-systems",
filename="logo.jpg"))
img1 = img1.resize((250, 250), )
st.image(img1, use_column_width=False)
st.title("Movie Recommender System")
Expand Down

0 comments on commit e0aa499

Please sign in to comment.