epochs-demos commited on
Commit
7fd9153
·
1 Parent(s): afe8a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def make_frontend(
135
  fn=fn,
136
  outputs=gr.outputs.HTML(""),
137
  inputs=textbox,
138
- title="Fashion Aggregator",
139
  thumbnail=FAVICON,
140
  description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
141
  cache_in_memory=False,
 
135
  fn=fn,
136
  outputs=gr.outputs.HTML(""),
137
  inputs=textbox,
138
+ title="<span class='title-text'>Fashion Aggregator</span><img src='./1001epochs.png' class='logo-image'>",
139
  thumbnail=FAVICON,
140
  description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
141
  cache_in_memory=False,