Spaces:
Sleeping
Sleeping
brekkanegg
commited on
Commit
ยท
aed02f5
1
Parent(s):
8ec7b05
upgrade gradio
Browse files- app.py +1 -1
- 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:
|
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
|