diff --git a/README.md b/README.md index 3bfe649..8c80b4b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@

A chatbot designed to assist Firefox users in discovering the perfect browser extension based on their specific needs.

-Screenshot 2023-10-15 at 3 20 10 PM +firefox-chatbot + +firefox-chatbot ## Table of Contents diff --git a/assets/images/Firefox.png b/assets/images/Firefox.png new file mode 100644 index 0000000..7719da0 Binary files /dev/null and b/assets/images/Firefox.png differ diff --git a/assets/images/firefox2.png b/assets/images/firefox2.png new file mode 100644 index 0000000..fa150e4 Binary files /dev/null and b/assets/images/firefox2.png differ diff --git a/data/data.txt b/data/data.txt deleted file mode 100644 index 5f65799..0000000 --- a/data/data.txt +++ /dev/null @@ -1,8 +0,0 @@ -Zafrul Amin -Director of International Student Services Office - (319) 352-8210 - - zafrul.amin@wartburg.edu - -More about Zafrul Amin -Zafrul Amin has an Undergraduate degree in Computer Information System from University of Dubuque, Iowa and a Graduate degree in Industrial Technology Management from University of Wisconsin-Platteville. He has been working in higher education for the past 15 years in various positions such as Academic Advisor, Admission Advisor, Adjunct Faculty, Instructional Specialist, Tutoring Services and Campus Assessment. He is very passionate about international students and values the wealth of knowledge and culture they bring to this community and the country. In his spare time, he likes to go hiking, bicycling, camping and kayaking. \ No newline at end of file diff --git a/index.html b/index.html index 2194465..60ac5b1 100644 --- a/index.html +++ b/index.html @@ -294,6 +294,6 @@

FireExtend Assistant

integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous" > - + diff --git a/settings.py b/settings.py deleted file mode 100644 index 2da6360..0000000 --- a/settings.py +++ /dev/null @@ -1,3 +0,0 @@ -# Replace with your own OpenAI API Key https://platform.openai.com/account/api-keys -# and rename this file to constants.py. -APIKEY = "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"