Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def save_game(background_img,star_img,enemy_img,platform_img,dude_img):
|
|
| 173 |
score_js="""
|
| 174 |
|
| 175 |
function(text_input) {
|
| 176 |
-
console.log(text_input
|
| 177 |
const iframe = document.getElementById("myIframe").contentWindow.document.getElementById('my_score').innerHTML;
|
| 178 |
console.log(iframe);
|
| 179 |
return [iframe];
|
|
|
|
| 173 |
score_js="""
|
| 174 |
|
| 175 |
function(text_input) {
|
| 176 |
+
console.log(text_input);
|
| 177 |
const iframe = document.getElementById("myIframe").contentWindow.document.getElementById('my_score').innerHTML;
|
| 178 |
console.log(iframe);
|
| 179 |
return [iframe];
|