jerpint commited on
Commit
fa7fc18
·
1 Parent(s): 9f041b0

update URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def score_to_string(s):
72
 
73
 
74
  with gr.Blocks() as demo:
75
- md = gr.Markdown("Performance of LLMs (and my own) on AoC 2024. For more info, read this [blog post](jerpint.io/blog/advent-of-code-llms/).")
76
  with gr.Tab("Stars"):
77
  star_df = pd.DataFrame.from_dict(star_summary, orient="index")
78
  gr_star_df = gr.DataFrame(star_df[["Model", "Total Stars ⭐️"]].sort_values(by="Total Stars ⭐️", ascending=False))
 
72
 
73
 
74
  with gr.Blocks() as demo:
75
+ md = gr.Markdown("Performance of LLMs (and my own) on AoC 2024. For more info, read this [blog post](https://www.jerpint.io/blog/advent-of-code-llms/).")
76
  with gr.Tab("Stars"):
77
  star_df = pd.DataFrame.from_dict(star_summary, orient="index")
78
  gr_star_df = gr.DataFrame(star_df[["Model", "Total Stars ⭐️"]].sort_values(by="Total Stars ⭐️", ascending=False))