Update app.py
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: 450px;
|
| 191 |
-
height: 125px;
|
| 192 |
object-fit: contain;
|
| 193 |
}
|
| 194 |
|
|
@@ -198,7 +198,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 198 |
|
| 199 |
#copy-button {
|
| 200 |
position: absolute;
|
| 201 |
-
top:
|
| 202 |
right: 20px;
|
| 203 |
z-index: 1000;
|
| 204 |
background-color: #F0F0F0;
|
|
|
|
| 183 |
align-items: center;
|
| 184 |
padding: 0;
|
| 185 |
margin-bottom: 0px;
|
| 186 |
+
margin-top: -35px; /* Pull the logo up */
|
| 187 |
}
|
| 188 |
|
| 189 |
#deepv-logo {
|
| 190 |
+
width: 450px;
|
| 191 |
+
height: 125px;
|
| 192 |
object-fit: contain;
|
| 193 |
}
|
| 194 |
|
|
|
|
| 198 |
|
| 199 |
#copy-button {
|
| 200 |
position: absolute;
|
| 201 |
+
top: 50px; /* Adjusted to match the higher output box */
|
| 202 |
right: 20px;
|
| 203 |
z-index: 1000;
|
| 204 |
background-color: #F0F0F0;
|