Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -124,6 +124,14 @@ custom_css = """
|
|
124 |
margin-bottom: 20px;
|
125 |
background-color: #f9f9f9;
|
126 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
"""
|
128 |
|
129 |
title = """<h1 align="center">FLUX.1-dev with Qwen2VL Captioner and Prompt Enhancer</h1>
|
|
|
124 |
margin-bottom: 20px;
|
125 |
background-color: #f9f9f9;
|
126 |
}
|
127 |
+
.submit-btn {
|
128 |
+
background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
|
129 |
+
border: none !important;
|
130 |
+
color: white !important;
|
131 |
+
}
|
132 |
+
.submit-btn:hover {
|
133 |
+
background-color: #3498db !important;
|
134 |
+
}
|
135 |
"""
|
136 |
|
137 |
title = """<h1 align="center">FLUX.1-dev with Qwen2VL Captioner and Prompt Enhancer</h1>
|