epochs-demos commited on
Commit
6c171d5
·
1 Parent(s): 5d7299f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -155,23 +155,23 @@ with open("./1001epochs.png", "rb") as f:
155
  allow_flagging = "never"
156
 
157
  title = f"""
158
- <h1 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
- </h1>
162
  """
163
 
164
  description = f"""
165
  <div style="display: flex; align-items: center; justify-content: center; flex-direction: column;">
166
- <div style="display: flex; align-items: center; margin-bottom: 10px;">
167
- <img src='data:image/jpeg;base64,{image_base64}' width='50' height='50' style="margin-right: 5px;"/>
168
- <p style="font-size: small; color: #555;">
 
 
 
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