Elfsong commited on
Commit
e3875d1
·
1 Parent(s): db203a3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ else:
25
  st.dataframe(
26
  df,
27
  column_config={
28
- "url": st.column_config.LinkColumn("Problem"),
29
  "dynamic_point": st.column_config.LineChartColumn("Dynamic Point", y_min=0, y_max=5000),
30
  },
31
  hide_index=True,
 
25
  st.dataframe(
26
  df,
27
  column_config={
28
+ "problem_id": st.column_config.LinkColumn("Problem"),
29
  "dynamic_point": st.column_config.LineChartColumn("Dynamic Point", y_min=0, y_max=5000),
30
  },
31
  hide_index=True,