Commit ·
c95d6dd
1
Parent(s): 667ae3c
move button down a little 4
Browse files
app.py
CHANGED
|
@@ -116,8 +116,8 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)") as demo:
|
|
| 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: 100px;
|
| 120 |
+
right: 30px;
|
| 121 |
z-index: 10;
|
| 122 |
}
|
| 123 |
"""
|