Commit ·
b1f00de
1
Parent(s): a2e6071
logo readjust 3
Browse files
app.py
CHANGED
|
@@ -183,12 +183,12 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 183 |
align-items: center;
|
| 184 |
padding: 0;
|
| 185 |
margin-bottom: 0px;
|
| 186 |
-
margin-top: -
|
| 187 |
}
|
| 188 |
|
| 189 |
#deepv-logo {
|
| 190 |
-
width:
|
| 191 |
-
height:
|
| 192 |
object-fit: contain;
|
| 193 |
}
|
| 194 |
|
|
|
|
| 183 |
align-items: center;
|
| 184 |
padding: 0;
|
| 185 |
margin-bottom: 0px;
|
| 186 |
+
margin-top: -25px; /* Pull the logo up */
|
| 187 |
}
|
| 188 |
|
| 189 |
#deepv-logo {
|
| 190 |
+
width: 450px; /* Increased size */
|
| 191 |
+
height: 125px; /* Increased size */
|
| 192 |
object-fit: contain;
|
| 193 |
}
|
| 194 |
|