soiz commited on
Commit
4df8e70
·
verified ·
1 Parent(s): 9a7b9fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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';