Update Leaderboard.py
Browse files- Leaderboard.py +1 -1
Leaderboard.py
CHANGED
|
@@ -143,7 +143,7 @@ st.dataframe(df_selected, use_container_width=True, width=5000)
|
|
| 143 |
|
| 144 |
st.download_button(
|
| 145 |
"Скачать таблицу в формате CSV",
|
| 146 |
-
df_selected.to_csv(index=True)
|
| 147 |
"filtered_table.csv",
|
| 148 |
"text/csv"
|
| 149 |
)
|
|
|
|
| 143 |
|
| 144 |
st.download_button(
|
| 145 |
"Скачать таблицу в формате CSV",
|
| 146 |
+
df_selected.to_csv(index=True),
|
| 147 |
"filtered_table.csv",
|
| 148 |
"text/csv"
|
| 149 |
)
|