# Create gallery.html file for the user to download html_content = """ Our Creations | Alo Brownies """ file_path = "/mnt/data/gallery.html" with open(file_path, "w") as f: f.write(html_content) file_path