Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def initialize_backgrounds():
|
|
70 |
TECHNOLOGY_BACKGROUNDS = load_background_json("tech-backgrounds-final.json") # ํ์ผ ์ด๋ฆ ์์
|
71 |
COLORFUL_PATTERN_BACKGROUNDS = load_background_json("colorful-pattern-backgrounds.json") # ํ์ผ ์ด๋ฆ ์์
|
72 |
ABSTRACT_BACKGROUNDS = load_background_json("abstract_backgrounds.json")
|
73 |
-
JEWELRY_BACKGROUNDS = load_background_json("
|
74 |
|
75 |
|
76 |
# ๊ธฐ๋ณธ๊ฐ ์ค์ (ํ์ผ์ด ์๊ฑฐ๋ ๋น์ด์๋ ๊ฒฝ์ฐ)
|
|
|
70 |
TECHNOLOGY_BACKGROUNDS = load_background_json("tech-backgrounds-final.json") # ํ์ผ ์ด๋ฆ ์์
|
71 |
COLORFUL_PATTERN_BACKGROUNDS = load_background_json("colorful-pattern-backgrounds.json") # ํ์ผ ์ด๋ฆ ์์
|
72 |
ABSTRACT_BACKGROUNDS = load_background_json("abstract_backgrounds.json")
|
73 |
+
JEWELRY_BACKGROUNDS = load_background_json("jewelry_backgrounds.json")
|
74 |
|
75 |
|
76 |
# ๊ธฐ๋ณธ๊ฐ ์ค์ (ํ์ผ์ด ์๊ฑฐ๋ ๋น์ด์๋ ๊ฒฝ์ฐ)
|