KushwanthK commited on
Commit
4c2ea84
·
verified ·
1 Parent(s): d75de0e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ def display_highlighted_pdf(file_path, text_to_highlight):
361
 
362
 
363
  # Example usage
364
- file_path = "../Transformers/Bhagavad-Gita-As-It-Is.pdf"
365
  text_to_highlight = "Supreme Personality of Godhead"
366
  # display_highlighted_pdf(file_path, text_to_highlight)
367
 
 
361
 
362
 
363
  # Example usage
364
+ file_path = "Bhagavad-Gita-As-It-Is.pdf"
365
  text_to_highlight = "Supreme Personality of Godhead"
366
  # display_highlighted_pdf(file_path, text_to_highlight)
367