Spaces:
Runtime error
Runtime error
Commit
·
661d5c8
1
Parent(s):
e5572a5
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def make_frontend(
|
|
135 |
fn=fn,
|
136 |
outputs=gr.outputs.HTML(""),
|
137 |
inputs=textbox,
|
138 |
-
title="<span class='title-text'>Fashion Aggregator</span><img src='
|
139 |
thumbnail=FAVICON,
|
140 |
description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
|
141 |
cache_in_memory=False,
|
@@ -168,6 +168,9 @@ def make_frontend(
|
|
168 |
</style>
|
169 |
</head>
|
170 |
<body>
|
|
|
|
|
|
|
171 |
{{interface_html}}
|
172 |
<div class="disclaimer">
|
173 |
This web app is for demonstration purposes only and not intended for commercial use.
|
|
|
135 |
fn=fn,
|
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=FAVICON,
|
140 |
description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
|
141 |
cache_in_memory=False,
|
|
|
168 |
</style>
|
169 |
</head>
|
170 |
<body>
|
171 |
+
<div class="disclaimer">
|
172 |
+
This web app is for demonstration purposes only and not intended for commercial use.
|
173 |
+
</div>
|
174 |
{{interface_html}}
|
175 |
<div class="disclaimer">
|
176 |
This web app is for demonstration purposes only and not intended for commercial use.
|