Spaces:
Runtime error
Runtime error
Commit
·
2bc6357
1
Parent(s):
420c3e8
himself
Browse files
app.py
CHANGED
@@ -95,9 +95,9 @@ def flip_image(x):
|
|
95 |
return np.fliplr(x)
|
96 |
js = """
|
97 |
try{
|
98 |
-
document.getElementById('component-2').style.height="350px"
|
99 |
}catch(e){
|
100 |
-
console.log('')
|
101 |
}
|
102 |
"""
|
103 |
css = "#component-2 {height: 350px}"
|
|
|
95 |
return np.fliplr(x)
|
96 |
js = """
|
97 |
try{
|
98 |
+
document.getElementById('component-2').style.height="350px";
|
99 |
}catch(e){
|
100 |
+
console.log('');
|
101 |
}
|
102 |
"""
|
103 |
css = "#component-2 {height: 350px}"
|