ZeeAI1 commited on
Commit
669a9c1
Β·
verified Β·
1 Parent(s): b40b33b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,11 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # ✨ Grammar Correction App
2
 
3
  Correct grammar errors in your English text using a Hugging Face model and a Streamlit interface.
4
-
5
- πŸ“ Type your sentence
6
- βš™οΈ Let the AI correct it
7
- βœ… See the improved version instantly!
8
-
9
- This app is built using:
10
- - `transformers` model: `prithivida/grammar_error_correcter_v1`
11
- - `Streamlit` for UI
 
1
+ ---
2
+ title: Grammar Correction App
3
+ emoji: πŸ“
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ sdk_version: "1.32.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # ✨ Grammar Correction App
13
 
14
  Correct grammar errors in your English text using a Hugging Face model and a Streamlit interface.