akhaliq HF staff victor HF staff commited on
Commit
5d17c2e
1 Parent(s): e448eef

Fix cropped title (#6)

Browse files

- Fix cropped title (4dda3c84f55bc704270fb6f26903eca236fc6d0b)


Co-authored-by: Victor M <victor@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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;