From a6f31c44f34d5359873f8a71361f9d39d945b648 Mon Sep 17 00:00:00 2001 From: hayleepierce Date: Thu, 15 Feb 2024 16:19:35 -0500 Subject: [PATCH] Update project name --- README.md | 2 +- src/main.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9e14a2..91d7db1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository contains student project materials, including project report, da ## Major: Computer Science (from the former Academic Bulletin) -## Project Name: Fact-checking dashboard using information from a corpus +## Project Name: Corpus Comb Here, think of an interesting name of the work that bring a freshness and excitement to the area of this project. Consider using a name that carries some information about what the project and provides some hint at what the project does without being too wordy. diff --git a/src/main.py b/src/main.py index c7cb1f4..a0d9e20 100644 --- a/src/main.py +++ b/src/main.py @@ -1,4 +1,4 @@ -"""Main.py file for the Corpus Search program.""" +"""Main.py file for the Corpus Comb program.""" import streamlit as st from development import develop_search_lists, develop_corpus @@ -10,7 +10,7 @@ # from nltk.sentiment import SentimentIntensityAnalyzer -st.title("Corpus Search") +st.title("Corpus Comb") # location of corpus directory directory = "data\corpus" search = st.text_input("What would you like to search for?")