Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ if (!window.hasBeenRun) {
|
|
30 |
}
|
31 |
</script>
|
32 |
"""
|
33 |
-
|
34 |
-
|
35 |
|
36 |
|
37 |
try:
|
|
|
30 |
}
|
31 |
</script>
|
32 |
"""
|
33 |
+
with open(os.path.join(gr.networking.STATIC_TEMPLATE_LIB, "frontend", "index.html"), "a") as f:
|
34 |
+
f.write(SCRIPT)
|
35 |
|
36 |
|
37 |
try:
|