Zeeshan42 commited on
Commit
2913a7d
·
verified ·
1 Parent(s): 3ac550a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,9 +8,9 @@ client = Groq(api_key="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"
8
 
9
  # Paths to your books
10
  book_paths = {
11
- "DSM": "app_files/DSM.pdf",
12
- "Personality": "app_files/Personality.pdf",
13
- "SearchForMeaning": "app_files/SearchForMeaning.pdf"
14
  }
15
 
16
  # Function to load and preprocess the data from books
 
8
 
9
  # Paths to your books
10
  book_paths = {
11
+ "DSM": "/app/Diagnostic and statistical manual of mental disorders _ DSM-5 ( PDFDrive.com ).pdf",
12
+ "Personality": "/app/b6c3v8_Theories_of_Personality_10.pdf",
13
+ "SearchForMeaning": "/app/Mans-Search-For-Meaning.pdf"
14
  }
15
 
16
  # Function to load and preprocess the data from books