amit01Xindus commited on
Commit
64ee666
·
verified ·
1 Parent(s): 1ec225d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ app.config['MAX_CONTENT_LENGTH'] = 16 * 1024 * 1024
17
  UPLOAD_FOLDER = tempfile.mkdtemp()
18
  app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
19
 
20
- CLAUDE_API_KEY = "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" # replace with your actual API key
21
  claude_client = anthropic.Anthropic(api_key=CLAUDE_API_KEY)
22
 
23
  def extract_text_from_pdf(pdf_path):
 
17
  UPLOAD_FOLDER = tempfile.mkdtemp()
18
  app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
19
 
20
+ CLAUDE_API_KEY = "" # replace with your actual API key
21
  claude_client = anthropic.Anthropic(api_key=CLAUDE_API_KEY)
22
 
23
  def extract_text_from_pdf(pdf_path):