Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
445bf6d
1
Parent(s):
b80c2fc
himself
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def flip_text(x):
|
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
js = """
|
97 |
-
|
98 |
"""
|
99 |
css = "#component-2 {height: 350px}"
|
100 |
|
|
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
js = """
|
97 |
+
document.getElementById('component-2').style.height="350px";
|
98 |
"""
|
99 |
css = "#component-2 {height: 350px}"
|
100 |
|