Update app.py
Browse files
app.py
CHANGED
|
@@ -179,8 +179,8 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 179 |
}
|
| 180 |
|
| 181 |
#deepv-logo {
|
| 182 |
-
width:
|
| 183 |
-
height:
|
| 184 |
object-fit: contain;
|
| 185 |
}
|
| 186 |
|
|
|
|
| 179 |
}
|
| 180 |
|
| 181 |
#deepv-logo {
|
| 182 |
+
width: 350px; /* Increased size */
|
| 183 |
+
height: 100px; /* Increased size */
|
| 184 |
object-fit: contain;
|
| 185 |
}
|
| 186 |
|