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