Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -299,13 +299,6 @@ def create_interface():
|
|
299 |
subtree: true
|
300 |
});
|
301 |
}
|
302 |
-
function refresh() {
|
303 |
-
const url = new URL(window.location);
|
304 |
-
if (url.searchParams.get('__theme') !== 'dark') {
|
305 |
-
url.searchParams.set('__theme', 'dark');
|
306 |
-
window.location.href = url.href;
|
307 |
-
}
|
308 |
-
}
|
309 |
"""
|
310 |
|
311 |
with gr.Blocks(
|
|
|
299 |
subtree: true
|
300 |
});
|
301 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
"""
|
303 |
|
304 |
with gr.Blocks(
|