Commit ·
667ae3c
1
Parent(s): 9492b51
move button down a little 3
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)") as demo:
|
|
| 117 |
#copy-button {
|
| 118 |
position: absolute;
|
| 119 |
top: 50px;
|
| 120 |
-
right:
|
| 121 |
z-index: 10;
|
| 122 |
}
|
| 123 |
"""
|
|
|
|
| 117 |
#copy-button {
|
| 118 |
position: absolute;
|
| 119 |
top: 50px;
|
| 120 |
+
right: 20px;
|
| 121 |
z-index: 10;
|
| 122 |
}
|
| 123 |
"""
|