Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|