Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
·
215164f
1
Parent(s):
ce64ff9
himself
Browse files
app.py
CHANGED
@@ -94,9 +94,7 @@ def flip_text(x):
|
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
|
97 |
-
css = ""
|
98 |
-
#component-2 {height: 350px}
|
99 |
-
"""
|
100 |
|
101 |
with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
|
102 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
|
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
|
97 |
+
css = "#component-2 {height: 350px}"
|
|
|
|
|
98 |
|
99 |
with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
|
100 |
#with gr.Blocks(theme='gradio/soft') as demo:
|