Balaprime commited on
Commit
6f50bce
·
verified ·
1 Parent(s): c636d71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,8 +1,14 @@
1
- title: SQL Query Generator
2
- emoji: 📉
3
- colorFrom: gray
4
- colorTo: pink
 
5
  sdk: gradio
6
- sdk_version: 5.13.1
7
  app_file: app.py
8
- pinned: false
 
 
 
 
 
 
1
+ ---
2
+ title: Sentence Similarity App
3
+ emoji: 🔍
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: "4.8.0"
8
  app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ This app demonstrates sentence similarity using SentenceTransformers.
13
+
14
+ Check out the configuration reference at [Hugging Face Spaces Config](https://huggingface.co/docs/hub/spaces-config-reference)