Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ score_js="""
|
|
174 |
function(text_input,url_params) {
|
175 |
console.log(text_input, url_params);
|
176 |
const iframe = document.getElementById("myIframe").contentWindow.document.getElementById('my_score');
|
177 |
-
const iframe2 = document.getElementById("myIframe").contentWindow.document.getElementById('my_score').
|
178 |
|
179 |
console.log(iframe);
|
180 |
console.log(ifram2);
|
|
|
174 |
function(text_input,url_params) {
|
175 |
console.log(text_input, url_params);
|
176 |
const iframe = document.getElementById("myIframe").contentWindow.document.getElementById('my_score');
|
177 |
+
const iframe2 = document.getElementById("myIframe").contentWindow.document.getElementById('my_score').innerText;
|
178 |
|
179 |
console.log(iframe);
|
180 |
console.log(ifram2);
|