Junaidb commited on
Commit
73a9c1a
·
verified ·
1 Parent(s): 658485c

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -5
ui.py CHANGED
@@ -3,8 +3,6 @@ import requests
3
  import os
4
  from auth import authenticator
5
 
6
-
7
-
8
  tok=os.getenv("TOK")
9
 
10
 
@@ -35,9 +33,7 @@ except Exception as e:
35
 
36
 
37
 
38
-
39
-
40
- base_option_map = {
41
 
42
  0: ":material/login:",
43
  1: ":material/personadd:",
 
3
  import os
4
  from auth import authenticator
5
 
 
 
6
  tok=os.getenv("TOK")
7
 
8
 
 
33
 
34
 
35
 
36
+ base_option_map = {
 
 
37
 
38
  0: ":material/login:",
39
  1: ":material/personadd:",