MojoHz commited on
Commit
a670e13
·
verified ·
1 Parent(s): d2855e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ embedding_model = SentenceTransformer('all-MiniLM-L6-v2')
27
  # Define paths for downloaded content and database
28
  file_paths = {
29
  "video": "./Machine Learning.mp4", # Replace with actual paths
30
- "paper": "./L35501081219.pdf",
31
  }
32
  download_path = "./downloads"
33
  papers_path = "./papers"
 
27
  # Define paths for downloaded content and database
28
  file_paths = {
29
  "video": "./Machine Learning.mp4", # Replace with actual paths
30
+ "paper": "./DeepSeek_v3.pdf",
31
  }
32
  download_path = "./downloads"
33
  papers_path = "./papers"