Update
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ else:
|
|
32 |
st.dataframe(
|
33 |
df,
|
34 |
column_config={
|
35 |
-
"problem_id": st.column_config.LinkColumn("Problem", display_text=r"https://huggingface\.co/spaces/Elfsong/CodeArena
|
36 |
"dynamic_point": st.column_config.LineChartColumn("Dynamic Point", y_min=0, y_max=5000),
|
37 |
},
|
38 |
hide_index=True,
|
|
|
32 |
st.dataframe(
|
33 |
df,
|
34 |
column_config={
|
35 |
+
"problem_id": st.column_config.LinkColumn("Problem", display_text=r"https://huggingface\.co/spaces/Elfsong/CodeArena/\?problem=(.*?)"),
|
36 |
"dynamic_point": st.column_config.LineChartColumn("Dynamic Point", y_min=0, y_max=5000),
|
37 |
},
|
38 |
hide_index=True,
|