Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def index():
|
|
61 |
.then(data => {
|
62 |
if (data === 1) {
|
63 |
const img = document.createElement('img');
|
64 |
-
img.src = '/1.png';
|
65 |
img.style.position = 'fixed';
|
66 |
img.style.top = '0';
|
67 |
img.style.left = '0';
|
|
|
61 |
.then(data => {
|
62 |
if (data === 1) {
|
63 |
const img = document.createElement('img');
|
64 |
+
img.src = 'https://huggingface.co/spaces/soiz/cookie/raw/main/1.png';
|
65 |
img.style.position = 'fixed';
|
66 |
img.style.top = '0';
|
67 |
img.style.left = '0';
|