MohamedMotaz commited on
Commit
968024b
1 Parent(s): d5c245c

Adding app file

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,10 +23,11 @@ def download_model_from_google_drive(file_url, output_path):
23
  if not os.path.exists(output_path):
24
  print("Downloading the similarity matrix from Googlr Drive...")
25
  download_model_from_google_drive(file_url, output_path)
 
26
 
27
 
28
  # Set page configuration
29
- st.set_page_config(page_title="Movie Recommendation", page_icon="🎬", layout="wide")
30
 
31
  # Dummy data for user recommendations
32
  user_recommendations = {
 
23
  if not os.path.exists(output_path):
24
  print("Downloading the similarity matrix from Googlr Drive...")
25
  download_model_from_google_drive(file_url, output_path)
26
+ print("Download completed......")
27
 
28
 
29
  # Set page configuration
30
+ # st.set_page_config(page_title="Movie Recommendation", page_icon="🎬", layout="wide")
31
 
32
  # Dummy data for user recommendations
33
  user_recommendations = {