Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
5a664f7
1
Parent(s):
445bf6d
himself
Browse files
app.py
CHANGED
@@ -93,9 +93,9 @@ def flip_text(x):
|
|
93 |
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
-
|
97 |
-
|
98 |
-
""
|
99 |
css = "#component-2 {height: 350px}"
|
100 |
|
101 |
with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
|
93 |
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
+
|
97 |
+
|
98 |
+
js = "document.getElementById('component-2').style.height='350px';"
|
99 |
css = "#component-2 {height: 350px}"
|
100 |
|
101 |
with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|