From 6a579c9d65fdecd6c838122435caf6750d6edfba Mon Sep 17 00:00:00 2001 From: Ethan Lukas <62733963+EthanLukas@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:26:39 -0700 Subject: [PATCH] Update README.txt --- README.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 4097176..95e3ecc 100644 --- a/README.txt +++ b/README.txt @@ -21,6 +21,13 @@ Indexing: - python3 main.py - You should now have a "merged_index.csv", "secondary_index.csv", and "url_id_map.csv" file +Search Interface: + + + +Search Query: + + Terminal GUI: - python3 retrieval.py @@ -28,4 +35,4 @@ Web GUI: - Enter web gui directory - cd web_gui/ - python3 app.py - - You can view development server at "http://127.0.0.1:5001" \ No newline at end of file + - You can view development server at "http://127.0.0.1:5001"