Spaces:
Runtime error
Runtime error
2001muhammadumair
commited on
Commit
•
1aef6a5
1
Parent(s):
c291252
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ if not grog_api_key:
|
|
18 |
client = Groq(api_key=grog_api_key)
|
19 |
|
20 |
# Path to the PDF file containing pharmaceutical content
|
21 |
-
book_path = '
|
22 |
|
23 |
# Function to read and extract text from the PDF
|
24 |
def read_pdf(file_path):
|
|
|
18 |
client = Groq(api_key=grog_api_key)
|
19 |
|
20 |
# Path to the PDF file containing pharmaceutical content
|
21 |
+
book_path = 'martins-physical-pharmacy-6th-ed-2011-dr-murtadha-alshareifi.pdf'
|
22 |
|
23 |
# Function to read and extract text from the PDF
|
24 |
def read_pdf(file_path):
|