Spaces:
Running
Running
update URL
Browse files
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))
|