Yescia commited on
Commit
ac5e619
·
verified ·
1 Parent(s): d7f664e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ with col2:
114
  st.download_button(
115
  label="📥 메모 다운로드(txt)",
116
  data=notes,
117
- file_name= filename
118
  mime="text/plain"
119
  )
120
 
 
114
  st.download_button(
115
  label="📥 메모 다운로드(txt)",
116
  data=notes,
117
+ file_name=filename
118
  mime="text/plain"
119
  )
120