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