paulcalzada commited on
Commit
bbab5dc
·
verified ·
1 Parent(s): af73cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -198,8 +198,8 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
198
 
199
  #copy-button {
200
  position: absolute;
201
- top: 50px; /* Adjusted to match the higher output box */
202
- left: 20px; /* Kept on the left */
203
  z-index: 1000;
204
  background-color: #F0F0F0;
205
  color: #333;
 
198
 
199
  #copy-button {
200
  position: absolute;
201
+ top: 50px;
202
+ right: 20px; /* Reverted to the right */
203
  z-index: 1000;
204
  background-color: #F0F0F0;
205
  color: #333;