ginipick commited on
Commit
131e37d
1 Parent(s): c21b742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -217,10 +217,7 @@ footer {
217
  """
218
 
219
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
220
- title = gr.HTML(
221
- """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA the Explorer</h1>""",
222
- elem_id="title",
223
- )
224
  selected_index = gr.State(None)
225
  with gr.Row():
226
  with gr.Column(scale=3):
 
217
  """
218
 
219
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as app:
220
+
 
 
 
221
  selected_index = gr.State(None)
222
  with gr.Row():
223
  with gr.Column(scale=3):