Nymbo commited on
Commit
a5c3269
1 Parent(s): 7b0ed72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ css = '''
107
  #title h1{font-size: 3em; display:inline-flex; align-items:center}
108
  #title img{width: 100px; margin-right: 0.5em}
109
  '''
110
- with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
111
  title = gr.HTML(
112
  """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
113
  elem_id="title",
 
107
  #title h1{font-size: 3em; display:inline-flex; align-items:center}
108
  #title img{width: 100px; margin-right: 0.5em}
109
  '''
110
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
111
  title = gr.HTML(
112
  """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
113
  elem_id="title",