Update app.py
Browse files
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;
|
| 202 |
-
|
| 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;
|