Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -21,7 +21,9 @@ main_body_instance = MainBody()
|
|
| 21 |
|
| 22 |
|
| 23 |
def load_categories():
|
| 24 |
-
f = open("categories_general.txt", "r")
|
|
|
|
|
|
|
| 25 |
list_categories = f.read().splitlines()
|
| 26 |
return list_categories
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
def load_categories():
|
| 24 |
+
#f = open("categories_general.txt", "r")
|
| 25 |
+
f = open("categories_arxiv.txt", "r")
|
| 26 |
+
|
| 27 |
list_categories = f.read().splitlines()
|
| 28 |
return list_categories
|
| 29 |
|