Noxus09 commited on
Commit
2bc574d
·
1 Parent(s): 79afa41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def autocomplete(prefix):
61
 
62
  if __name__ == "__main__":
63
  # Specify the path to the text file containing words and numbers
64
- file_path = "/drugs.txt"
65
 
66
  # Build the autocomplete system
67
  autocomplete_system = build_autocomplete_system(file_path)
 
61
 
62
  if __name__ == "__main__":
63
  # Specify the path to the text file containing words and numbers
64
+ file_path = "/home/user/app/drugs.txt"
65
 
66
  # Build the autocomplete system
67
  autocomplete_system = build_autocomplete_system(file_path)