Yuxuan-Zhang-Dexter commited on
Commit
ab0bf39
·
1 Parent(s): 0d20259

update jupyternotebook link position

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1062,6 +1062,10 @@ def build_app():
1062
  for _ in range(remaining_cols):
1063
  model_col_widths.append("120px")
1064
 
 
 
 
 
1065
  # Create a standard DataFrame component with enhanced styling
1066
  with gr.Row():
1067
  model_leaderboard_df = gr.DataFrame(
@@ -1284,10 +1288,6 @@ def build_app():
1284
 
1285
  # Welcome message for custom gaming agents
1286
 
1287
- # Add reference to Jupyter notebook
1288
- with gr.Row():
1289
- gr.Markdown("*All data analysis can be replicated by checking [this Jupyter notebook](https://colab.research.google.com/drive/1CYFiJGm3EoBXXI8vICPVR82J9qrmmRvc#scrollTo=qft1Oald-21J)*")
1290
-
1291
  # Get initial leaderboard dataframe (limited by default slider value for agent leaderboard)
1292
  initial_df = get_combined_leaderboard(rank_data, {
1293
  # "Super Mario Bros": True, # Commented out
 
1062
  for _ in range(remaining_cols):
1063
  model_col_widths.append("120px")
1064
 
1065
+ # Add reference to Jupyter notebook
1066
+ with gr.Row():
1067
+ gr.Markdown("*All data analysis can be replicated by checking [this Jupyter notebook](https://colab.research.google.com/drive/1CYFiJGm3EoBXXI8vICPVR82J9qrmmRvc#scrollTo=qft1Oald-21J)*")
1068
+
1069
  # Create a standard DataFrame component with enhanced styling
1070
  with gr.Row():
1071
  model_leaderboard_df = gr.DataFrame(
 
1288
 
1289
  # Welcome message for custom gaming agents
1290
 
 
 
 
 
1291
  # Get initial leaderboard dataframe (limited by default slider value for agent leaderboard)
1292
  initial_df = get_combined_leaderboard(rank_data, {
1293
  # "Super Mario Bros": True, # Commented out