Spaces:
Runtime error
Runtime error
Commit
·
06a41c4
1
Parent(s):
86f34d0
himself
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ document.getElementById('component-2').style.height="350px"
|
|
98 |
"""
|
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 |
"""
|
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():
|