Spaces:
Running
Running
yizhangliu
commited on
Commit
·
b459c2e
1
Parent(s):
21ad5de
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,8 @@ set_page_elements = """async () => {
|
|
240 |
}
|
241 |
}
|
242 |
|
243 |
-
|
|
|
244 |
if (!gradioEl) {
|
245 |
gradioEl = document.querySelector('body > gradio-app');
|
246 |
}
|
|
|
240 |
}
|
241 |
}
|
242 |
|
243 |
+
document.title = '修图神器';
|
244 |
+
var gradioEl = document.querySelector('body > gradio-app').shadowRoot;
|
245 |
if (!gradioEl) {
|
246 |
gradioEl = document.querySelector('body > gradio-app');
|
247 |
}
|