Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|