Spaces:
Runtime error
Runtime error
Commit
·
09384b3
1
Parent(s):
7aa8535
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with image_blocks as demo:
|
|
149 |
radio.change(fn=swap_word_mask, inputs=radio, outputs=word_mask)
|
150 |
radio.change(None, inputs=[], outputs=image_blocks, _js = """
|
151 |
() => {
|
152 |
-
css_style = document.querySelector('gradio-app').styleSheets[1]
|
153 |
last_item = css_style.cssRules[css_style.cssRules.length - 1]
|
154 |
last_item.style.display = ["flex", ""].includes(last_item.style.display) ? "none" : "flex";
|
155 |
}""")
|
|
|
149 |
radio.change(fn=swap_word_mask, inputs=radio, outputs=word_mask)
|
150 |
radio.change(None, inputs=[], outputs=image_blocks, _js = """
|
151 |
() => {
|
152 |
+
css_style = document.querySelector('gradio-app').shadowRoot.styleSheets[1]
|
153 |
last_item = css_style.cssRules[css_style.cssRules.length - 1]
|
154 |
last_item.style.display = ["flex", ""].includes(last_item.style.display) ? "none" : "flex";
|
155 |
}""")
|