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