# Remove the example image functionality from the HTML, defaulting to color swatches only
html_v11_no_img = """
새우 색 도감 + 돌연변이 예측기
🦐 새우 색 도감 + 돌연변이 예측기
부모의 종류를 1가지 선택하고 '🎲 예측하기'버튼을 눌러 주세요.
"""
# Save file
path_no_img = "/mnt/data/shrimp_predictor_v1_1_no_images.html"
with open(path_no_img, "w", encoding="utf-8") as f:
f.write(html_v11_no_img)
path_no_img