Commit ·
1cd86f2
1
Parent(s): 15e095e
copy button a hair to right
Browse files
app.py
CHANGED
|
@@ -116,8 +116,8 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 116 |
|
| 117 |
#copy-button {
|
| 118 |
position: absolute;
|
| 119 |
-
top:
|
| 120 |
-
right:
|
| 121 |
z-index: 10;
|
| 122 |
}
|
| 123 |
"""
|
|
|
|
| 116 |
|
| 117 |
#copy-button {
|
| 118 |
position: absolute;
|
| 119 |
+
top: 90px;
|
| 120 |
+
right: 20px;
|
| 121 |
z-index: 10;
|
| 122 |
}
|
| 123 |
"""
|