Spaces:
Runtime error
Runtime error
Fix cropped title (#6)
Browse files- Fix cropped title (4dda3c84f55bc704270fb6f26903eca236fc6d0b)
Co-authored-by: Victor M <victor@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -199,7 +199,7 @@ examples = [
|
|
| 199 |
with block:
|
| 200 |
gr.HTML(
|
| 201 |
"""
|
| 202 |
-
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
| 203 |
<div
|
| 204 |
style="
|
| 205 |
display: inline-flex;
|
|
|
|
| 199 |
with block:
|
| 200 |
gr.HTML(
|
| 201 |
"""
|
| 202 |
+
<div style="text-align: center; max-width: 650px; margin: 0 auto; padding-top: 7px;">
|
| 203 |
<div
|
| 204 |
style="
|
| 205 |
display: inline-flex;
|