Update app.py
Browse files
app.py
CHANGED
|
@@ -285,8 +285,8 @@ with tab1:
|
|
| 285 |
# Đặt index mới bắt đầu từ 1
|
| 286 |
top_10_df.index = range(1, len(top_10_df) + 1)
|
| 287 |
|
| 288 |
-
# Hiển thị
|
| 289 |
-
st.table(top_10_df
|
| 290 |
else:
|
| 291 |
st.warning("Could not load leaderboard data.")
|
| 292 |
|
|
|
|
| 285 |
# Đặt index mới bắt đầu từ 1
|
| 286 |
top_10_df.index = range(1, len(top_10_df) + 1)
|
| 287 |
|
| 288 |
+
# Hiển thị Table đã sửa
|
| 289 |
+
st.table(top_10_df)
|
| 290 |
else:
|
| 291 |
st.warning("Could not load leaderboard data.")
|
| 292 |
|