Spaces:
Running
Running
Commit ·
47155a2
1
Parent(s): f0f052d
fix encoding
Browse files
app.py
CHANGED
|
@@ -247,7 +247,6 @@ if __name__ == '__main__':
|
|
| 247 |
text_input.value = text_list[randomIndex];
|
| 248 |
let x = window.scrollX, y = window.scrollY;
|
| 249 |
text_input.focus();
|
| 250 |
-
text_input.blur();
|
| 251 |
window.scrollTo(x, y);
|
| 252 |
return [];
|
| 253 |
}}""")
|
|
|
|
| 247 |
text_input.value = text_list[randomIndex];
|
| 248 |
let x = window.scrollX, y = window.scrollY;
|
| 249 |
text_input.focus();
|
|
|
|
| 250 |
window.scrollTo(x, y);
|
| 251 |
return [];
|
| 252 |
}}""")
|