Spaces:
Runtime error
Runtime error
Update change_ui.py
Browse files- change_ui.py +7 -0
change_ui.py
CHANGED
@@ -19,6 +19,13 @@ function start_to_image() {
|
|
19 |
}
|
20 |
"""
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
zipfile_to_trigger = """
|
23 |
function back_to_start() {
|
24 |
document.querySelector("#zipfile").style.display = "none";
|
|
|
19 |
}
|
20 |
"""
|
21 |
|
22 |
+
zipfile_to_login_js = """
|
23 |
+
function start_to_image() {
|
24 |
+
document.querySelector("#login").style.display = "flex";
|
25 |
+
document.querySelector("#zipfile").style.display = "none";
|
26 |
+
}
|
27 |
+
"""
|
28 |
+
|
29 |
zipfile_to_trigger = """
|
30 |
function back_to_start() {
|
31 |
document.querySelector("#zipfile").style.display = "none";
|