Spaces:
Runtime error
Runtime error
Commit
·
8276877
1
Parent(s):
ed3424d
Update app.py
Browse files
app.py
CHANGED
@@ -189,11 +189,10 @@ def make_frontend(
|
|
189 |
title="Fashion Aggregator",
|
190 |
thumbnail=LOGO,
|
191 |
description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
|
192 |
-
article =
|
193 |
cache_examples=False,
|
194 |
allow_flagging=allow_flagging,
|
195 |
flagging_options=["incorrect", "offensive", "other"],
|
196 |
-
theme=gr.themes.Monochrome()
|
197 |
)
|
198 |
|
199 |
return frontend
|
|
|
189 |
title="Fashion Aggregator",
|
190 |
thumbnail=LOGO,
|
191 |
description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
|
192 |
+
article = "Disclaimer: The search results are based on embeddings and may not be always accurate.",
|
193 |
cache_examples=False,
|
194 |
allow_flagging=allow_flagging,
|
195 |
flagging_options=["incorrect", "offensive", "other"],
|
|
|
196 |
)
|
197 |
|
198 |
return frontend
|