Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
·
22af893
1
Parent(s):
5a664f7
himself
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def flip_image(x):
|
|
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
|
102 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
103 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
104 |
#with gr.Row():
|
|
|
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) as app:
|
102 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
103 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
104 |
#with gr.Row():
|