yaseminozkut commited on
Commit
c3b8999
·
1 Parent(s): 6117d7a

update tags

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. pyproject.toml +1 -1
README.md CHANGED
@@ -6,10 +6,11 @@ colorTo: purple
6
  sdk: static
7
  pinned: false
8
  license: apache-2.0
9
- short_description: Get off your phone! AI vision catches you scrolling and delivers snarky robot shame.
10
  tags:
11
  - reachy_mini
12
  - reachy_mini_python_app
 
13
  ---
14
 
15
  # 📱 Judgy Reachy No Phone 🤖 - Feel free to shame yourself and others!
 
6
  sdk: static
7
  pinned: false
8
  license: apache-2.0
9
+ short_description: Robot shames you for phone addiction with AI vision
10
  tags:
11
  - reachy_mini
12
  - reachy_mini_python_app
13
+ - productivity
14
  ---
15
 
16
  # 📱 Judgy Reachy No Phone 🤖 - Feel free to shame yourself and others!
pyproject.toml CHANGED
@@ -18,7 +18,7 @@ dependencies = [
18
  "edge-tts",
19
  "pydantic"
20
  ]
21
- keywords = ["reachy-mini-app"]
22
 
23
  [project.optional-dependencies]
24
  llm = ["groq"]
 
18
  "edge-tts",
19
  "pydantic"
20
  ]
21
+ keywords = ["reachy-mini-app", "productivity"]
22
 
23
  [project.optional-dependencies]
24
  llm = ["groq"]