Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1137,6 +1137,7 @@ async () => {{
|
|
1137 |
function checkAndRun() {{
|
1138 |
var imgSrcNew = jQuery('#output-screen > button > div > img').src;
|
1139 |
|
|
|
1140 |
if (!state) {{
|
1141 |
if (imgSrc == imgSrcNew) {{
|
1142 |
// Do nothing.
|
|
|
1137 |
function checkAndRun() {{
|
1138 |
var imgSrcNew = jQuery('#output-screen > button > div > img').src;
|
1139 |
|
1140 |
+
console.log('state', state, 'src', imgSrc, 'src_new', imgSrcNew);
|
1141 |
if (!state) {{
|
1142 |
if (imgSrc == imgSrcNew) {{
|
1143 |
// Do nothing.
|