paulcalzada commited on
Commit
5479092
·
verified ·
1 Parent(s): b1f00de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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: -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
 
@@ -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: 60px;
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;