Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(theme='aliabid94/new-theme') as demo:
|
|
93 |
demo.load(
|
94 |
None,
|
95 |
None,
|
96 |
-
|
97 |
() => {
|
98 |
const params = new URLSearchParams(window.location.search);
|
99 |
if (!params.has('__theme')) {
|
|
|
93 |
demo.load(
|
94 |
None,
|
95 |
None,
|
96 |
+
js="""
|
97 |
() => {
|
98 |
const params = new URLSearchParams(window.location.search);
|
99 |
if (!params.has('__theme')) {
|