Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(title="๋์น๋ ํฌ์ผ๋ชฌ ๋๊ฐ ์์ฑ๊ธฐ ๐") as block:
|
|
84 |
data_dict.append(
|
85 |
dict(์ด๋ฆ=name, ๋ฒํธ=number, ํ์
='+'.join(types))
|
86 |
)
|
87 |
-
images.append((image_path, f"{number} {name}"))
|
88 |
|
89 |
# PDF์ ์ด๋ฏธ์ง๋ฅผ ์ถ๊ฐํฉ๋๋ค. ์ด๋ฏธ์ง ํ์ผ์ ๊ฒฝ๋ก๋ฅผ ์ง์ ํ์ธ์.
|
90 |
image = Image(image_path, width=13.5*cm, height=13.5*cm)
|
|
|
84 |
data_dict.append(
|
85 |
dict(์ด๋ฆ=name, ๋ฒํธ=number, ํ์
='+'.join(types))
|
86 |
)
|
87 |
+
images.append((image_path, f"{number} {name}\n{'+'.join(types)}"))
|
88 |
|
89 |
# PDF์ ์ด๋ฏธ์ง๋ฅผ ์ถ๊ฐํฉ๋๋ค. ์ด๋ฏธ์ง ํ์ผ์ ๊ฒฝ๋ก๋ฅผ ์ง์ ํ์ธ์.
|
90 |
image = Image(image_path, width=13.5*cm, height=13.5*cm)
|