Sandipan Haldar
commited on
Commit
Β·
687fa27
1
Parent(s):
b309c22
modify readme
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
tag: [agent-demo-track]
|
12 |
-
short_description: 'Smart autocomplete
|
13 |
---
|
14 |
# π Smart Auto-Complete
|
15 |
|
@@ -51,7 +51,7 @@ Type a story beginning β Get plot continuation suggestions
|
|
51 |
|
52 |
```bash
|
53 |
# Clone the repository
|
54 |
-
git clone https://huggingface.co/spaces/
|
55 |
cd smart-auto-complete
|
56 |
|
57 |
# Install dependencies
|
@@ -138,7 +138,6 @@ suggestions = autocomplete.get_suggestions(
|
|
138 |
### Context Types
|
139 |
|
140 |
- `email`: Professional email writing
|
141 |
-
- `code`: Code documentation and comments
|
142 |
- `creative`: Creative writing and storytelling
|
143 |
- `general`: General text completion
|
144 |
|
@@ -231,7 +230,7 @@ The Gradio interface can be customized in `app.py`:
|
|
231 |
|
232 |
## π License
|
233 |
|
234 |
-
This project is licensed under the
|
235 |
|
236 |
## π Acknowledgments
|
237 |
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
tag: [agent-demo-track]
|
12 |
+
short_description: 'Smart autocomplete emails and writing with user context and style '
|
13 |
---
|
14 |
# π Smart Auto-Complete
|
15 |
|
|
|
51 |
|
52 |
```bash
|
53 |
# Clone the repository
|
54 |
+
git clone https://huggingface.co/spaces/Agents-MCP-Hackathon/Smart-Auto-Complete
|
55 |
cd smart-auto-complete
|
56 |
|
57 |
# Install dependencies
|
|
|
138 |
### Context Types
|
139 |
|
140 |
- `email`: Professional email writing
|
|
|
141 |
- `creative`: Creative writing and storytelling
|
142 |
- `general`: General text completion
|
143 |
|
|
|
230 |
|
231 |
## π License
|
232 |
|
233 |
+
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
|
234 |
|
235 |
## π Acknowledgments
|
236 |
|