Update
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ else:
|
|
25 |
st.dataframe(
|
26 |
df,
|
27 |
column_config={
|
28 |
-
"
|
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,
|