Spaces:
Runtime error
Runtime error
epochs-demos
commited on
Commit
·
6c171d5
1
Parent(s):
5d7299f
Update app.py
Browse files
app.py
CHANGED
@@ -155,23 +155,23 @@ with open("./1001epochs.png", "rb") as f:
|
|
155 |
allow_flagging = "never"
|
156 |
|
157 |
title = f"""
|
158 |
-
<
|
159 |
-webkit-text-fill-color: transparent; text-align: center;">
|
160 |
Fashion Aggregator
|
161 |
-
</
|
162 |
"""
|
163 |
|
164 |
description = f"""
|
165 |
<div style="display: flex; align-items: center; justify-content: center; flex-direction: column;">
|
166 |
-
<
|
167 |
-
|
168 |
-
|
|
|
|
|
|
|
169 |
Disclaimer: This web app is for demonstration purposes only and not intended for commercial use. Contact: [email protected] for full solution.
|
170 |
</p>
|
171 |
</div>
|
172 |
-
<p style="font-size: 16px; color: #333; text-align: center;">
|
173 |
-
Discover your perfect apparel effortlessly. Simply describe what you're looking for!
|
174 |
-
</p>
|
175 |
</div>
|
176 |
"""
|
177 |
|
|
|
155 |
allow_flagging = "never"
|
156 |
|
157 |
title = f"""
|
158 |
+
<h2 style="background-image: linear-gradient(to right, #3A5FCD, #87CEFA); -webkit-background-clip: text;
|
159 |
-webkit-text-fill-color: transparent; text-align: center;">
|
160 |
Fashion Aggregator
|
161 |
+
</h2>
|
162 |
"""
|
163 |
|
164 |
description = f"""
|
165 |
<div style="display: flex; align-items: center; justify-content: center; flex-direction: column;">
|
166 |
+
<p style="font-size: 18px; color: #4AAAFF; text-align: center;">
|
167 |
+
Discover your perfect apparel effortlessly. Simply describe what you're looking for!
|
168 |
+
</p>
|
169 |
+
<div style="display: flex; align-items: center; margin-bottom: 0px;">
|
170 |
+
<img src='data:image/jpeg;base64,{image_base64}' width='50' height='30' style="margin-right: 5px;"/>
|
171 |
+
<p style="font-size: 14px; color: #555;">
|
172 |
Disclaimer: This web app is for demonstration purposes only and not intended for commercial use. Contact: [email protected] for full solution.
|
173 |
</p>
|
174 |
</div>
|
|
|
|
|
|
|
175 |
</div>
|
176 |
"""
|
177 |
|