Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
edeffbc
1
Parent(s):
c1a357d
himself
Browse files
app.py
CHANGED
@@ -94,7 +94,11 @@ def flip_text(x):
|
|
94 |
def flip_image(x):
|
95 |
return np.fliplr(x)
|
96 |
|
|
|
|
|
|
|
97 |
|
|
|
98 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
99 |
with gr.Blocks(title="Sophia, Torah Codes") as app:
|
100 |
#with gr.Row():
|
|
|
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 demo:
|
102 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
103 |
with gr.Blocks(title="Sophia, Torah Codes") as app:
|
104 |
#with gr.Row():
|