JUNGU commited on
Commit
f44cd1a
ยท
verified ยท
1 Parent(s): 3dfc29a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ if st.button("๋ถ„์„ ์‹คํ–‰"):
63
  st.table(st.session_state.result_data)
64
 
65
  # 5. ํŒŒ์ผ ์ €์žฅ (CSV, UTF-8 ์ธ์ฝ”๋”ฉ)
66
- if st.button("๊ฒฐ๊ณผ ๋‹ค์šด๋กœ๋“œ (CSV)"):
67
  towrite = BytesIO()
68
  downloaded_file = st.session_state.result_data.to_csv(towrite, encoding='utf-8-sig', index=False)
69
  towrite.seek(0)
 
63
  st.table(st.session_state.result_data)
64
 
65
  # 5. ํŒŒ์ผ ์ €์žฅ (CSV, UTF-8 ์ธ์ฝ”๋”ฉ)
66
+ if st.button("๊ฒฐ๊ณผ ๋‹ค์šด๋กœ๋“œ(CSV)"):
67
  towrite = BytesIO()
68
  downloaded_file = st.session_state.result_data.to_csv(towrite, encoding='utf-8-sig', index=False)
69
  towrite.seek(0)