Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ CITATION_BUTTON_TEXT = r"""@misc{2023opencompass,
|
|
13 |
year={2023}
|
14 |
}"""
|
15 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
16 |
-
DATA_URL_BASE = "http://opencompass.oss-cn-shanghai.aliyuncs.com/dev-assets/research-rank/research-data.REALTIME."
|
17 |
-
|
18 |
|
19 |
def find_latest_data_url():
|
20 |
"""Find the latest available data URL by trying different dates."""
|
|
|
13 |
year={2023}
|
14 |
}"""
|
15 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
16 |
+
# DATA_URL_BASE = "http://opencompass.oss-cn-shanghai.aliyuncs.com/dev-assets/research-rank/research-data.REALTIME."
|
17 |
+
DATA_URL_BASE = "http://opencompass.oss-cn-shanghai.aliyuncs.com/assets/research-rank/research-data.REALTIME."
|
18 |
|
19 |
def find_latest_data_url():
|
20 |
"""Find the latest available data URL by trying different dates."""
|