""" # Save the HTML content to an index.html file. file_path = "/mnt/data/full_frame_index.html" with open(file_path, "w") as file: file.write(html_content) file_path