paulcalzada commited on
Commit
313d54c
·
1 Parent(s): b70de50

logo readjust

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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: 20px;
179
  }
180
 
181
  #deepv-logo {
182
- width: 350px; /* Increased size */
183
- height: 100px; /* Increased size */
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: 80px;
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;