Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
44 |
"""
|
45 |
css = "#component-2 {height: 350px}"
|
46 |
|
47 |
-
with gr.Blocks(title="Sophia, Torah Codes",css=css
|
48 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
49 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
50 |
#with gr.Row():
|
|
|
44 |
"""
|
45 |
css = "#component-2 {height: 350px}"
|
46 |
|
47 |
+
with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
|
48 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
49 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
50 |
#with gr.Row():
|