Skip to content

Commit fbda978

Browse files
authored
Update project languages and tools in Projects.jsx
1 parent b169775 commit fbda978

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/BodySections/Projects.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const Projects = () => {
5858
title: "Sentiment Analysis",
5959
demo: "https://huggingface.co/spaces/najahaja/Sentiment-Analysis",
6060
source: "https://github.com/najahaja/Sentiment-Analysis",
61-
lang: "Python,PyTorch / TensorFlow",
62-
tools: "Huggingface, BERT, Bi-LSTM, TF-IDF + Logistic Regression, Scikit-learn"
61+
lang: "Python",
62+
tools: "Huggingface, BERT, Bi-LSTM, TF-IDF + Logistic Regression, Scikit-learn,PyTorch"
6363
}
6464
];
6565

@@ -142,4 +142,4 @@ const Projects = () => {
142142
);
143143
};
144144

145-
export default Projects;
145+
export default Projects;

0 commit comments

Comments
 (0)