brekkanegg commited on
Commit
aed02f5
ยท
1 Parent(s): 8ec7b05

upgrade gradio

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -41,7 +41,7 @@ def process_excel(file):
41
  </div>
42
  <div></div>
43
  <div style="display: flex; flex-direction: col;">
44
- <img src="data:image/png;base64,{image_data}" alt="Image" style="max-width: 100%; max-height: 100%; object-fit: cover; border-right: 1px solid white;">
45
  <div style="flex; text-align: center; padding: 10px;">
46
  <div style="margin-bottom: 10px;">์ฃผ์„ฑ๋ถ„: {row['์ฃผ์š”์„ฑ๋ถ„']}</div>
47
  <div style="margin-bottom: 10px;">1ํšŒ ์šฉ๋Ÿ‰: {row['1ํšŒ ์šฉ๋Ÿ‰']}</div>
 
41
  </div>
42
  <div></div>
43
  <div style="display: flex; flex-direction: col;">
44
+ <img src="data:image/png;base64,{image_data}" alt="Image" style="max-width: 50%; max-height: 100%; object-fit: cover; border-right: 1px solid white;">
45
  <div style="flex; text-align: center; padding: 10px;">
46
  <div style="margin-bottom: 10px;">์ฃผ์„ฑ๋ถ„: {row['์ฃผ์š”์„ฑ๋ถ„']}</div>
47
  <div style="margin-bottom: 10px;">1ํšŒ ์šฉ๋Ÿ‰: {row['1ํšŒ ์šฉ๋Ÿ‰']}</div>
requirements.txt CHANGED
@@ -1 +1,2 @@
 
1
  openpyxl
 
1
+ gradio==4.29.0
2
  openpyxl