yoon-gu commited on
Commit
5f54590
โ€ข
1 Parent(s): 66787c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}\n{'+'.join(types)}"))
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}({'+'.join(types)})"))
88
 
89
  # PDF์— ์ด๋ฏธ์ง€๋ฅผ ์ถ”๊ฐ€ํ•ฉ๋‹ˆ๋‹ค. ์ด๋ฏธ์ง€ ํŒŒ์ผ์˜ ๊ฒฝ๋กœ๋ฅผ ์ง€์ •ํ•˜์„ธ์š”.
90
  image = Image(image_path, width=13.5*cm, height=13.5*cm)