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

logo readjust 3

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: -10px; /* Pull the logo up */
187
  }
188
 
189
  #deepv-logo {
190
- width: 400px;
191
- height: 115px;
192
  object-fit: contain;
193
  }
194
 
 
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