Skip to content

Commit

Permalink
Corrections Made
Browse files Browse the repository at this point in the history
  • Loading branch information
VedantKhairnar committed Aug 1, 2020
1 parent e85e26b commit f72045e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ def recommend():
'url': 'https://images-na.ssl-images-amazon.com/images/I/71L2iBSyyOL._SL1500_.jpg',
'popularity': '₹1,42,990', 'release_date': '2015-12-15',
'overview': 'Apple MacBook Pro with Touch Bar Core i5 8th Gen - (8 GB/512 GB SSD/Mac OS Catalina) MXK52HN/A (13 inch, Space Grey, 1.4 kg)',
'genres': 'Amazon', 'vote_average': 7.4}, {'title': 'Apple MacBook Pro',
'genres': 'Amazon', 'vote_average': 7.4}, {'title': 'Apple MacBook Air',
'url': 'https://rukminim1.flixcart.com/image/312/312/jsnjbm80/computer/j/8/c/apple-na-thin-and-light-laptop-original-imafe6f78hur4jbh.jpeg?q=70',
'popularity': '₹69,990',
'release_date': '2015-12-15',
'overview': 'Apple MacBook Air Core i5 5th Gen - (8 GB/128 GB SSD/Mac OS Sierra) MQD32HN/A A1466 (13.3 inch, Silver, 1.35 kg)',
'genres': 'Amazon',
'vote_average': 7.4},
{'title': 'Apple MacBook Pro',
{'title': 'Apple MacBook Air',
'url': 'https://rukminim1.flixcart.com/image/312/312/jsnjbm80/computer/j/8/c/apple-na-thin-and-light-laptop-original-imafe6f78hur4jbh.jpeg?q=70',
'popularity': '₹69,990',
'release_date': '2015-12-15',
Expand All @@ -37,14 +37,14 @@ def recommend():
'url': 'https://images-na.ssl-images-amazon.com/images/I/71L2iBSyyOL._SL1500_.jpg',
'popularity': '₹1,42,990', 'release_date': '2015-12-15',
'overview': 'Apple MacBook Pro with Touch Bar Core i5 8th Gen - (8 GB/512 GB SSD/Mac OS Catalina) MXK52HN/A (13 inch, Space Grey, 1.4 kg)',
'genres': 'Amazon', 'vote_average': 7.4}, {'title': 'Apple MacBook Pro',
'genres': 'Amazon', 'vote_average': 7.4}, {'title': 'Apple MacBook Air',
'url': 'https://rukminim1.flixcart.com/image/312/312/jsnjbm80/computer/j/8/c/apple-na-thin-and-light-laptop-original-imafe6f78hur4jbh.jpeg?q=70',
'popularity': '₹69,990',
'release_date': '2015-12-15',
'overview': 'Apple MacBook Air Core i5 5th Gen - (8 GB/128 GB SSD/Mac OS Sierra) MQD32HN/A A1466 (13.3 inch, Silver, 1.35 kg)',
'genres': 'Amazon',
'vote_average': 7.4},
{'title': 'Apple MacBook Pro',
{'title': 'Apple MacBook Air',
'url': 'https://rukminim1.flixcart.com/image/312/312/jsnjbm80/computer/j/8/c/apple-na-thin-and-light-laptop-original-imafe6f78hur4jbh.jpeg?q=70',
'popularity': '₹69,990',
'release_date': '2015-12-15',
Expand Down
2 changes: 1 addition & 1 deletion templates/recommend.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
</style>
<h1 align="center" class="pageHeader">
Movie Monk
Zelus-AF
</h1>
</head>
<body>
Expand Down

0 comments on commit f72045e

Please sign in to comment.