benibraz commited on
Commit
8579bed
1 Parent(s): 94c4974

Add title row for improved layout and organization in the UI

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -429,6 +429,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
429
  </div>
430
  """
431
  )
 
432
  gr.HTML( # add technical report link
433
  """
434
  <div style="display:flex;column-gap:4px;">
@@ -439,11 +440,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
439
  <img src='https://img.shields.io/badge/GitHub-ComfyUI-blue'>
440
  </a>
441
  <a href="https://huggingface.co/spaces/Lightricks/LTX-Video-Playground?duplicate=true">
442
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
443
- </a>
444
- <a href="https://huggingface.co/Lightricks">
445
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
446
- </a>
447
  </div>
448
  """
449
  )
 
429
  </div>
430
  """
431
  )
432
+ with gr.Row(elem_id="title-row"):
433
  gr.HTML( # add technical report link
434
  """
435
  <div style="display:flex;column-gap:4px;">
 
440
  <img src='https://img.shields.io/badge/GitHub-ComfyUI-blue'>
441
  </a>
442
  <a href="https://huggingface.co/spaces/Lightricks/LTX-Video-Playground?duplicate=true">
443
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
444
+ </a>
445
+ <a href="https://huggingface.co/Lightricks">
446
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
447
+ </a>
448
  </div>
449
  """
450
  )