last commit plies

This commit is contained in:
Jesselyn Mu
2025-04-13 15:18:39 +07:00
parent 53ca7c3072
commit cfb12f157b
4 changed files with 7 additions and 1 deletions

View File

@ -304,6 +304,8 @@ def show_pimpinan_exploration():
# Tampilkan data
st.dataframe(df)
st.caption("Keterangan: Geser ke kanan untuk melihat keseluruhan data")
# Tombol untuk download CSV
csv = df.to_csv(index=False)
st.download_button(