xp3857 commited on
Commit
9b182cf
1 Parent(s): 9f876f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,7 +105,7 @@ a{
105
  }
106
  </style>
107
  </head>
108
- <body>
109
  <div class="popup">
110
  <button id="close">&times;</button>
111
  <h2>Automatic Pop-Up</h2>
@@ -130,7 +130,7 @@ document.querySelector("#close").addEventListener("click", function(){
130
  document.querySelector(".popup").style.display = "none";
131
  });
132
  </script>
133
- </body>
134
 
135
 
136
  """)
 
105
  }
106
  </style>
107
  </head>
108
+
109
  <div class="popup">
110
  <button id="close">&times;</button>
111
  <h2>Automatic Pop-Up</h2>
 
130
  document.querySelector(".popup").style.display = "none";
131
  });
132
  </script>
133
+
134
 
135
 
136
  """)