Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -501,6 +501,9 @@ def generate(prompt,
|
|
501 |
|
502 |
# --- Gradio UI ---
|
503 |
css="""
|
|
|
|
|
|
|
504 |
#col-container { margin: 0 auto; max-width: 1000px; } /* Increased max-width for gallery */
|
505 |
#gallery .grid-wrap{height: 20vh !important; max-height: 250px !important;}
|
506 |
.custom_lora_card { border: 1px solid #e0e0e0; border-radius: 8px; padding: 10px; margin-top: 10px; background-color: #f9f9f9; }
|
|
|
501 |
|
502 |
# --- Gradio UI ---
|
503 |
css="""
|
504 |
+
#title{text-align: center}
|
505 |
+
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
506 |
+
#title img{width: 100px; margin-right: 0.5em}
|
507 |
#col-container { margin: 0 auto; max-width: 1000px; } /* Increased max-width for gallery */
|
508 |
#gallery .grid-wrap{height: 20vh !important; max-height: 250px !important;}
|
509 |
.custom_lora_card { border: 1px solid #e0e0e0; border-radius: 8px; padding: 10px; margin-top: 10px; background-color: #f9f9f9; }
|