Commit ·
313d54c
1
Parent(s): b70de50
logo readjust
Browse files
app.py
CHANGED
|
@@ -175,12 +175,12 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 175 |
justify-content: center;
|
| 176 |
align-items: center;
|
| 177 |
padding: 0;
|
| 178 |
-
margin-bottom:
|
| 179 |
}
|
| 180 |
|
| 181 |
#deepv-logo {
|
| 182 |
-
width:
|
| 183 |
-
height:
|
| 184 |
object-fit: contain;
|
| 185 |
}
|
| 186 |
|
|
@@ -190,7 +190,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 190 |
|
| 191 |
#copy-button {
|
| 192 |
position: absolute;
|
| 193 |
-
top:
|
| 194 |
right: 20px;
|
| 195 |
z-index: 1000;
|
| 196 |
background-color: #F0F0F0;
|
|
|
|
| 175 |
justify-content: center;
|
| 176 |
align-items: center;
|
| 177 |
padding: 0;
|
| 178 |
+
margin-bottom: 0px; /* Reduced margin to shift output higher */
|
| 179 |
}
|
| 180 |
|
| 181 |
#deepv-logo {
|
| 182 |
+
width: 400px; /* Increased size */
|
| 183 |
+
height: 115px; /* Increased size */
|
| 184 |
object-fit: contain;
|
| 185 |
}
|
| 186 |
|
|
|
|
| 190 |
|
| 191 |
#copy-button {
|
| 192 |
position: absolute;
|
| 193 |
+
top: 60px; /* Adjusted to match the higher output box */
|
| 194 |
right: 20px;
|
| 195 |
z-index: 1000;
|
| 196 |
background-color: #F0F0F0;
|