epochs-demos commited on
Commit
7188505
·
1 Parent(s): fd3c7db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -136,14 +136,14 @@ def make_frontend(
136
 
137
  allow_flagging = "never"
138
 
139
- title = """
140
  <h1 style="background-image: linear-gradient(to right, #ADD8E6, #87CEFA); -webkit-background-clip: text;
141
  -webkit-text-fill-color: transparent; text-align: center;">
142
  Fashion Aggregator
143
  </h1>
144
  """
145
 
146
- description = """
147
  <div style="text-align: center; font-size: 18px; color: blue;">
148
  Discover your perfect apparel effortlessly. Simply describe what you're looking for!
149
  </div>
 
136
 
137
  allow_flagging = "never"
138
 
139
+ title = f"""
140
  <h1 style="background-image: linear-gradient(to right, #ADD8E6, #87CEFA); -webkit-background-clip: text;
141
  -webkit-text-fill-color: transparent; text-align: center;">
142
  Fashion Aggregator
143
  </h1>
144
  """
145
 
146
+ description = f"""
147
  <div style="text-align: center; font-size: 18px; color: blue;">
148
  Discover your perfect apparel effortlessly. Simply describe what you're looking for!
149
  </div>