2001muhammadumair commited on
Commit
1aef6a5
1 Parent(s): c291252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '/content/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):
 
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):