Vector857 commited on
Commit
8381bfb
Β·
verified Β·
1 Parent(s): 94d21ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -15
app.py CHANGED
@@ -526,21 +526,8 @@ with gr.Blocks(title="D-REX Studio") as app:
526
  history_state = gr.State(value=[])
527
 
528
  # ── HEADER ──
529
- gr.HTML("""
530
- <div id="drex-header">
531
- <div class="drex-logo">
532
- <div class="drex-mark">
533
- <svg viewBox="0 0 16 16">
534
- <path d="M8 0L1 4v8l7 4 7-4V4L8 0zm0 2.4L13 5.5 8 8.6 3 5.5 8 2.4z M2.5 6.8l4.7 2.7v5.1l-4.7-2.7V6.8zm6.3 7.8V9.5l4.7-2.7v5.1l-4.7 2.7z"/>
535
- </svg>
536
- </div>
537
- <div>
538
- <h1>D-REX</h1>
539
- <div class="drex-sub">LoRA Studio Β· Qwen-Image</div>
540
- </div>
541
- </div>
542
- </div>
543
- """)
544
 
545
  # ── LOGIN ──
546
  with gr.Row():
 
526
  history_state = gr.State(value=[])
527
 
528
  # ── HEADER ──
529
+ # ── HEADER ──
530
+ gr.HTML("""<div id="drex-header"><div class="drex-logo"><div class="drex-mark"><svg viewBox="0 0 16 16"><path d="M8 0L1 4v8l7 4 7-4V4L8 0zm0 2.4L13 5.5 8 8.6 3 5.5 8 2.4z M2.5 6.8l4.7 2.7v5.1l-4.7-2.7V6.8zm6.3 7.8V9.5l4.7-2.7v5.1l-4.7 2.7z"/></svg></div><div><h1>D-REX</h1><div class="drex-sub">LoRA Studio Β· Qwen-Image</div></div></div></div>""")
 
 
 
 
 
 
 
 
 
 
 
 
 
531
 
532
  # ── LOGIN ──
533
  with gr.Row():