Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
5d51d42
1
Parent(s):
bce84cc
update new jupyternotebook link
Browse files
app.py
CHANGED
@@ -940,7 +940,7 @@ def build_app():
|
|
940 |
|
941 |
# Add reference to Jupyter notebook
|
942 |
with gr.Row():
|
943 |
-
gr.Markdown("*All data analysis can be replicated by checking [this Jupyter notebook](https://colab.research.google.com/drive/
|
944 |
|
945 |
# Get initial leaderboard dataframe
|
946 |
initial_df = get_combined_leaderboard(rank_data, {
|
|
|
940 |
|
941 |
# Add reference to Jupyter notebook
|
942 |
with gr.Row():
|
943 |
+
gr.Markdown("*All data analysis can be replicated by checking [this Jupyter notebook](https://colab.research.google.com/drive/1CYFiJGm3EoBXXI8vICPVR82J9qrmmRvc#scrollTo=qft1Oald-21J)*")
|
944 |
|
945 |
# Get initial leaderboard dataframe
|
946 |
initial_df = get_combined_leaderboard(rank_data, {
|