Update
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ else:
|
|
| 76 |
"problem_link": st.column_config.LinkColumn("Link", display_text="Open", width='small'),
|
| 77 |
},
|
| 78 |
height=800,
|
| 79 |
-
column_order=("problem_id", "acceptance_rate", "problem_link"),
|
| 80 |
hide_index=True,
|
| 81 |
)
|
| 82 |
|
|
|
|
| 76 |
"problem_link": st.column_config.LinkColumn("Link", display_text="Open", width='small'),
|
| 77 |
},
|
| 78 |
height=800,
|
| 79 |
+
column_order=("problem_id", "difficulty", "acceptance_rate", "problem_link"),
|
| 80 |
hide_index=True,
|
| 81 |
)
|
| 82 |
|