Spaces:
Runtime error
Runtime error
Vincent Claes
commited on
Commit
·
d824464
1
Parent(s):
063c382
format html
Browse files
app.py
CHANGED
@@ -232,22 +232,11 @@ with block:
|
|
232 |
gr.HTML(
|
233 |
"""
|
234 |
<div class="footer">
|
235 |
-
<p>Model by <a href="https://www.meet-drift.ai/" style="text-decoration: underline;" target="_blank">Drift</a> </p>
|
236 |
</div>
|
237 |
-
|
238 |
-
<div style="text-align: center; margin: 0 auto;">
|
239 |
-
<p style="margin-bottom: 10px; font-size: 110%; line-height: 23px;">
|
240 |
Want a free demo on a sample of your image data?
|
241 |
-
</
|
242 |
-
<p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
|
243 |
-
<a style="text-decoration: underline;" href="https://calendly.com/vincent-v-claes">Schedule a call</a> or contact me on <a style="text-decoration: underline;" href="https://www.linkedin.com/in/vincent-claes-0b346337">Linkedin</a>.
|
244 |
-
</p>
|
245 |
-
<p style="margin-bottom: 10px; font-size: 66%; line-height: 23px; text-align: left; margin-left: 225px">
|
246 |
-
> The images can be about anything! Art, animals, clothes,… </br>
|
247 |
-
> Low-resolution pictures are fine.</br>
|
248 |
-
> Watermarks on the pictures should be ok to validate the performance.</br>
|
249 |
-
</p>
|
250 |
-
|
251 |
</div>
|
252 |
"""
|
253 |
)
|
|
|
232 |
gr.HTML(
|
233 |
"""
|
234 |
<div class="footer">
|
235 |
+
<p>Model by <a style="text-decoration: underline;" href="https://www.linkedin.com/in/vincent-claes-0b346337">Vincent Claes</a> from <a href="https://www.meet-drift.ai/" style="text-decoration: underline;" target="_blank">Drift</a> </p>
|
236 |
</div>
|
237 |
+
<div style="text-align: center; margin: 0 auto;margin-bottom: 10px; font-size: 76%; line-height: 13px;">
|
|
|
|
|
238 |
Want a free demo on a sample of your image data?
|
239 |
+
<a style="text-decoration: underline;" href="https://calendly.com/vincent-v-claes">Schedule a call</a>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
</div>
|
241 |
"""
|
242 |
)
|