Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
68f8427
1
Parent(s):
7015e70
add jupyter notebook
Browse files
app.py
CHANGED
|
@@ -701,7 +701,11 @@ def build_app():
|
|
| 701 |
# Leaderboard table
|
| 702 |
with gr.Row():
|
| 703 |
gr.Markdown("### 📋 Detailed Results")
|
| 704 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 705 |
# Get initial leaderboard dataframe
|
| 706 |
initial_df = get_combined_leaderboard(rank_data, {
|
| 707 |
"Super Mario Bros": True,
|
|
|
|
| 701 |
# Leaderboard table
|
| 702 |
with gr.Row():
|
| 703 |
gr.Markdown("### 📋 Detailed Results")
|
| 704 |
+
|
| 705 |
+
# Add reference to Jupyter notebook
|
| 706 |
+
with gr.Row():
|
| 707 |
+
gr.Markdown("*All data analysis can be replicated by checking [this Jupyter notebook](https://colab.research.google.com/drive/1yoa3nZpAtmzZqPD6V-rnPQG7wI4nbt40#scrollTo=ac7EVIaJTxpp)*")
|
| 708 |
+
|
| 709 |
# Get initial leaderboard dataframe
|
| 710 |
initial_df = get_combined_leaderboard(rank_data, {
|
| 711 |
"Super Mario Bros": True,
|