do-me / SemanticFinder

SemanticFinder - frontend-only live semantic search with transformers.js
https://do-me.github.io/SemanticFinder/
MIT License
210 stars 14 forks source link

Cleaned up CSS, added meta description tag #29

Closed varunneal closed 1 year ago

varunneal commented 1 year ago

A strange bootstrap bug was causing the query label to disappear.

I also added a meta description tag, which should mildly help with SEO.

Demo live at https://varunnsrivastava.github.io/SemanticFinder/.

varunneal commented 1 year ago

It turns out that the bootstrap bug is not actually being fixed on the github site deployment of the PR (though it is working with local builds via npm run start). So this issue will have to be revisited.