Skip to content

Commit

Permalink
small changes and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgabriel18 committed Apr 15, 2024
1 parent 60e5569 commit a4a2fa3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 20 deletions.
21 changes: 10 additions & 11 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Flask==2.3.2
Flask-Cors==4.0.0
pandas==2.0.3
nltk==3.8.1
scikit-learn==1.3.0
numpy==1.25.2
matplotlib==3.7.1
seaborn==0.13.0
tensorflow==2.16.1
keras==3.0.0
torchtext==0.17.2
Flask
Flask-Cors
pandas
nltk
scikit-learn
numpy
matplotlib
tensorflow
keras
torchtext
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
"filter": [
"**/*"
]
},
{
"from": "build/assets",
"to": "assets",
"filter": [
"**/*"
]
}
],
"nsis": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/menu/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export function Menu() {
<Link to="/about">Sobre</Link>
</li>
<li className="my-2 hover:text-blue-300 transition">
<Link to="https://forms.gle/Snud46RwuwT16Mrb9" target="_blank">
<a href="https://forms.gle/Snud46RwuwT16Mrb9" target="_blank">
Feedback
</Link>
</a>
</li>
</ul>
</nav>
Expand Down
14 changes: 7 additions & 7 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,50 @@ export default function About() {
name: "Jonas Gabriel",
linkedin: "https://www.linkedin.com/in/jonas-gabriel-araujo/",
github: "https://github.com/jonasgabriel18",
photo: "/assets/jonas.jpg",
photo: "./assets/jonas.jpg",
},

{
name: "Luiz Gusttavo",
linkedin:
"https://www.linkedin.com/in/luiz-gusttavo-oliveira-de-souza-7538091b1/",
github: "https://github.com/GusttavoOliveira",
photo: "/assets/luiz.jpg",
photo: "./assets/luiz.jpg",
},

{
name: "Bertrand Lira",
linkedin: "https://www.linkedin.com/in/bertrand-lira-veloso-52aa4926a/",
github: "https://github.com/BertrandLira",
photo: "/assets/bertrand.jpg",
photo: "./assets/bertrand.jpg",
},

{
name: "Cameron Maloney",
linkedin: "https://www.linkedin.com/in/cameronmal/",
github: "https://github.com/cmaloney111",
photo: "/assets/cameron.jpg",
photo: "./assets/cameron.jpg",
},

{
name: "Gisele Silva",
linkedin: "https://www.linkedin.com/in/gisele-silva-6692941a4/",
github: "https://github.com/GiseleBr678",
photo: "/assets/gisele.jpg",
photo: "./assets/gisele.jpg",
},

{
name: "Thauã Magalhães",
linkedin: "https://www.linkedin.com/in/thaua-lucas/",
github: "https://github.com/tahaluh",
photo: "/assets/thaua.jpg",
photo: "./assets/thaua.jpg",
},

{
name: "Thiago Rodrigues",
linkedin: "https://www.linkedin.com/in/thiago-rodrigues-b8a328249/",
github: "https://github.com/tahaluh",
photo: "/assets/thiago.jpg",
photo: "./assets/thiago.jpg",
},
];
//comment
Expand Down

0 comments on commit a4a2fa3

Please sign in to comment.