salemamassi commited on
Commit
c99f1a1
1 Parent(s): 424b8b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from langchain import HuggingFaceHub
12
 
13
  # Set your API keys
14
  API_KEY = os.environ["API_KEY"]
15
- pdf_path = '/home/user/Adventure Works Analysis Report.pdf'
16
 
17
  # Create a temporary upload directory
18
 
 
12
 
13
  # Set your API keys
14
  API_KEY = os.environ["API_KEY"]
15
+ pdf_path = './Adventure Works Analysis Report.pdf'
16
 
17
  # Create a temporary upload directory
18