smvaideesh commited on
Commit
ece218e
·
verified ·
1 Parent(s): dec6305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
13
  vector_store = None
14
 
15
  # Preload and process the PDF document
16
- PDF_PATH = "C:/Users/palanive/Documents/generalsymptoms.pdf" # Path to the pre-defined PDF document
17
 
18
  def preload_pdf():
19
  global vector_store
 
13
  vector_store = None
14
 
15
  # Preload and process the PDF document
16
+ PDF_PATH = "generalsymptoms.pdf" # Path to the pre-defined PDF document
17
 
18
  def preload_pdf():
19
  global vector_store