Schmitz005 commited on
Commit
ccc1c5d
·
verified ·
1 Parent(s): ae4d6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ print("🐋 Welcome to HuggingWhale.AI")
4
  print("Drop your chaos here and we'll pretend to make sense of it...\n")
5
 
6
  # Fake file parsing (replace with actual PDF path)
7
- doc = parser.parse_file("examples/sample.pdf")
8
  chunks = parser.chunk_and_embed(doc)
9
 
10
  # Load your agents
 
4
  print("Drop your chaos here and we'll pretend to make sense of it...\n")
5
 
6
  # Fake file parsing (replace with actual PDF path)
7
+ doc = parser.parse_file("sample.pdf")
8
  chunks = parser.chunk_and_embed(doc)
9
 
10
  # Load your agents