admin commited on
Commit
c67072f
·
1 Parent(s): 3b33d37

rename repo

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. restart.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: ksa
3
  emoji: 󠁪󠀣󠀷󠀷󠀫󠀫📊
4
  colorFrom: yellow
5
  colorTo: blue
@@ -8,5 +8,5 @@ sdk_version: 5.22.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: --
12
  ---
 
1
  ---
2
+ title: Keep Spaces Alive
3
  emoji: 󠁪󠀣󠀷󠀷󠀫󠀫📊
4
  colorFrom: yellow
5
  colorTo: blue
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: Keep all your public spaces alive
12
  ---
restart.py CHANGED
@@ -20,4 +20,4 @@ def restart_private_space(repo: str, cookie: str):
20
 
21
 
22
  def restart():
23
- restart_private_space("kakamond/ksa", COOKIE)
 
20
 
21
 
22
  def restart():
23
+ restart_private_space("kakamond/keep_spaces_alive", COOKIE)