Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from requests.exceptions import RequestException
|
|
| 15 |
with open('index.html', 'r', encoding='utf-8') as file:
|
| 16 |
cheatsheet_template = file.read()
|
| 17 |
|
| 18 |
-
with open('
|
| 19 |
scripts = """
|
| 20 |
async () => {
|
| 21 |
function waitForElementById(id, callback) {
|
|
|
|
| 15 |
with open('index.html', 'r', encoding='utf-8') as file:
|
| 16 |
cheatsheet_template = file.read()
|
| 17 |
|
| 18 |
+
with open('scripts.js', 'r', encoding='utf-8') as file:
|
| 19 |
scripts = """
|
| 20 |
async () => {
|
| 21 |
function waitForElementById(id, callback) {
|