chokiproai commited on
Commit
51c82bc
1 Parent(s): 544b4ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -197,12 +197,13 @@ input[type='range'] {
197
  min-width: 200px; /* Add a minimum width for better visibility */
198
  }
199
 
200
- /* Improve styling for image duplication */
201
  .image_duplication {
202
  position: absolute;
203
- width: 100px;
204
- left: 50px;
205
- border-radius: 50%; /* Make the image circular */
 
206
  }
207
 
208
  /* Remove unnecessary border for tab items */
 
197
  min-width: 200px; /* Add a minimum width for better visibility */
198
  }
199
 
200
+ /* Reduce size of the duplicated image */
201
  .image_duplication {
202
  position: absolute;
203
+ width: 50px; /* Decrease width to make the image smaller */
204
+ left: 25px; /* Adjust left position accordingly */
205
+ top: 25px; /* Adjust top position accordingly */
206
+ border-radius: 50%; /* Keep the image circular */
207
  }
208
 
209
  /* Remove unnecessary border for tab items */