pcdoido2 commited on
Commit
c275c0c
·
verified ·
1 Parent(s): ef8a826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ for categoria in CATEGORIES:
133
 
134
  with col1:
135
  with open(os.path.join(folder, file), "rb") as f_obj:
136
- st.download_button("⬇ Download", f_obj, file_name=file, key=f"down_{categoria}_{file})
137
 
138
  with col2:
139
  if st.button("🗑 Excluir", key=f"delete_{categoria}_{file}"):
 
133
 
134
  with col1:
135
  with open(os.path.join(folder, file), "rb") as f_obj:
136
+ st.download_button("⬇ Download", f_obj, file_name=file, key=f"down_{categoria}_{file}")
137
 
138
  with col2:
139
  if st.button("🗑 Excluir", key=f"delete_{categoria}_{file}"):