Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Jan Mühlnikel
commited on
Commit
•
30488e6
1
Parent(s):
894f4d2
added updated files and fixed bug where filter hasnt worked for sdg higher than 9
Browse files
__pycache__/similarity_page.cpython-310.pyc
CHANGED
Binary files a/__pycache__/similarity_page.cpython-310.pyc and b/__pycache__/similarity_page.cpython-310.pyc differ
|
|
similarity_page.py
CHANGED
@@ -205,7 +205,8 @@ def show_multi_matching_page():
|
|
205 |
|
206 |
# SDG CODE LIST
|
207 |
if sdg_option != None:
|
208 |
-
sdg_str = sdg_option[0]
|
|
|
209 |
else:
|
210 |
sdg_str = ""
|
211 |
|
|
|
205 |
|
206 |
# SDG CODE LIST
|
207 |
if sdg_option != None:
|
208 |
+
sdg_str = sdg_option.split(".")[0]
|
209 |
+
print(sdg_str)
|
210 |
else:
|
211 |
sdg_str = ""
|
212 |
|
src/extended_similarities.npz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0db7e82169a3a776c0da5f68f505e06fef90bb05c28d206f4384545c58fd0a48
|
3 |
+
size 34798150
|
src/extended_similarities_nonsimorga.npz
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9425d7f45b385e02404869b6b6e9ed324c4abc98137a6b395596ae0a9ebc1de
|
3 |
+
size 24337519
|