Sandipan Haldar commited on
Commit
687fa27
Β·
1 Parent(s): b309c22

modify readme

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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 with LLM given a user context '
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/Iagoaladin/Smart-Auto-Complete
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 MIT License - see the [LICENSE](LICENSE) file for details.
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