toninio19 commited on
Commit
ecaf4ed
·
verified ·
1 Parent(s): 116fb8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
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: 0;
169
- height: 0;
170
- padding: 0;
171
- margin: 0;
 
 
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: