Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -138,9 +138,9 @@ function() {
|
|
138 |
);
|
139 |
}
|
140 |
|
141 |
-
if(history.length == 0) {
|
142 |
-
document.querySelectorAll("#initial-popup")[0].style.display = "block"
|
143 |
-
}
|
144 |
|
145 |
return [history, local_data];
|
146 |
}
|
|
|
138 |
);
|
139 |
}
|
140 |
|
141 |
+
// if(history.length == 0) {
|
142 |
+
// document.querySelectorAll("#initial-popup")[0].style.display = "block"
|
143 |
+
// }
|
144 |
|
145 |
return [history, local_data];
|
146 |
}
|