Update app.py
Browse files
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}"):
|