Skip to content

Commit

Permalink
Update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleepierce committed Feb 15, 2024
1 parent 5763ed2 commit a6f31c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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?")
Expand Down

0 comments on commit a6f31c4

Please sign in to comment.