Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,12 +163,14 @@ def create_arena_interface():
|
|
| 163 |
css="""
|
| 164 |
.invisible-textbox {
|
| 165 |
position: fixed;
|
| 166 |
-
opacity: 0;
|
| 167 |
pointer-events: auto;
|
| 168 |
-
width:
|
| 169 |
-
height:
|
| 170 |
-
padding:
|
| 171 |
-
margin:
|
|
|
|
|
|
|
| 172 |
}
|
| 173 |
""",
|
| 174 |
) as demo:
|
|
|
|
| 163 |
css="""
|
| 164 |
.invisible-textbox {
|
| 165 |
position: fixed;
|
| 166 |
+
opacity: 0.1;
|
| 167 |
pointer-events: auto;
|
| 168 |
+
width: 100px;
|
| 169 |
+
height: 20px;
|
| 170 |
+
padding: 5px;
|
| 171 |
+
margin: 5px;
|
| 172 |
+
background: #f0f0f0;
|
| 173 |
+
border: 1px solid #ddd;
|
| 174 |
}
|
| 175 |
""",
|
| 176 |
) as demo:
|