multimodalart HF staff commited on
Commit
f6c5eb1
1 Parent(s): 266cd56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -480,7 +480,11 @@ css = '''
480
 
481
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
482
  title = gr.HTML(
483
- """<h1><img src="https://i.imgur.com/L3uECk5.png" alt="LoRA"> LoRA La [beta]</h1><br>Mix and match any FLUX[dev] LoRAs""",
 
 
 
 
484
  elem_id="title",
485
  )
486
  selected_indices = gr.State([])
 
480
 
481
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
482
  title = gr.HTML(
483
+ """<h1><img src="https://i.imgur.com/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
484
+ margin-top: -25px !important;
485
+ display: block;
486
+ margin-left: 37px;
487
+ ">Mix and match any FLUX[dev] LoRAs</span>""",
488
  elem_id="title",
489
  )
490
  selected_indices = gr.State([])