Spaces:
Runtime error
Runtime error
Commit
·
75d772f
1
Parent(s):
661d5c8
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def make_frontend(
|
|
136 |
outputs=gr.outputs.HTML(""),
|
137 |
inputs=textbox,
|
138 |
title="<span class='title-text'>Fashion Aggregator</span><img src='{LOGO}' class='logo-image'>",
|
139 |
-
thumbnail=
|
140 |
description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
|
141 |
cache_in_memory=False,
|
142 |
allow_flagging=allow_flagging,
|
|
|
136 |
outputs=gr.outputs.HTML(""),
|
137 |
inputs=textbox,
|
138 |
title="<span class='title-text'>Fashion Aggregator</span><img src='{LOGO}' class='logo-image'>",
|
139 |
+
thumbnail=LOGO,
|
140 |
description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
|
141 |
cache_in_memory=False,
|
142 |
allow_flagging=allow_flagging,
|