EasySci commited on
Commit
b5c3c96
·
1 Parent(s): 3d7f96b

Update TLDR.py

Browse files
Files changed (1) hide show
  1. TLDR.py +1 -3
TLDR.py CHANGED
@@ -19,10 +19,8 @@ def load_categories():
19
  data = f.read()
20
  # reconstructing the data as a dictionary
21
  category_dict = json.loads(data)
22
- list_categories_tags = list(category_dict.keys())
23
- list_categories_names = list(category_dict.values())
24
 
25
- return [list_categories_tags, list_categories_names]
26
 
27
 
28
  def run_code(buttons_to_add, arxiv_tags, event = None):
 
19
  data = f.read()
20
  # reconstructing the data as a dictionary
21
  category_dict = json.loads(data)
 
 
22
 
23
+ return category_dict
24
 
25
 
26
  def run_code(buttons_to_add, arxiv_tags, event = None):