multimodalart HF staff commited on
Commit
504da62
β€’
1 Parent(s): fd8e800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -68,9 +68,15 @@ def run_lora(prompt, cfg_scale, steps, selected_index, randomize_seed, seed, wid
68
  '''
69
  #gen_column{height: 100%}
70
  #gen_btn{height: 100%}
 
 
 
71
  '''
72
- with gr.Blocks(theme=gr.themes.Soft()) as app:
73
- gr.Markdown("# FLUX.1 LoRA the Explorer")
 
 
 
74
  selected_index = gr.State(None)
75
  with gr.Row():
76
  with gr.Column(scale=3):
 
68
  '''
69
  #gen_column{height: 100%}
70
  #gen_btn{height: 100%}
71
+ #title{text-align: center;}
72
+ #title h1{font-size: 3em; display:inline-flex; align-items:center}
73
+ #title img{width: 100px; margin-right: 0.5em}
74
  '''
75
+ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
76
+ title = gr.HTML(
77
+ """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
78
+ elem_id="title",
79
+ )
80
  selected_index = gr.State(None)
81
  with gr.Row():
82
  with gr.Column(scale=3):