Update app.py
Browse files
app.py
CHANGED
@@ -1133,11 +1133,11 @@ with gr.Blocks(css=css, js=js, head=head) as demo:
|
|
1133 |
document.getElementById(\"compass_box\").style.zIndex = \"101\";
|
1134 |
} else {
|
1135 |
document.getElementById(window.modelContainer).appendChild(model3D);
|
1136 |
-
model3D.style.position = \"
|
1137 |
model3D.style.left = \"auto\";
|
1138 |
model3D.style.top = \"auto\";
|
1139 |
-
model3D.style.zIndex = \"
|
1140 |
-
document.getElementById(\"compass_box\").style.zIndex = \"
|
1141 |
}'><b style='color:blue;'>◅</b>𝍠<b style='color:red;'>▻</b></a></div>
|
1142 |
</div>
|
1143 |
""")
|
|
|
1133 |
document.getElementById(\"compass_box\").style.zIndex = \"101\";
|
1134 |
} else {
|
1135 |
document.getElementById(window.modelContainer).appendChild(model3D);
|
1136 |
+
model3D.style.position = \"initial\";
|
1137 |
model3D.style.left = \"auto\";
|
1138 |
model3D.style.top = \"auto\";
|
1139 |
+
model3D.style.zIndex = \"initial\";
|
1140 |
+
document.getElementById(\"compass_box\").style.zIndex = \"initial\";
|
1141 |
}'><b style='color:blue;'>◅</b>𝍠<b style='color:red;'>▻</b></a></div>
|
1142 |
</div>
|
1143 |
""")
|