Spaces:
Sleeping
Sleeping
cryptocalypse
commited on
Commit
•
ce64ff9
1
Parent(s):
edeffbc
himself
Browse files
app.py
CHANGED
@@ -98,9 +98,9 @@ css = """
|
|
98 |
#component-2 {height: 350px}
|
99 |
"""
|
100 |
|
101 |
-
with gr.Blocks(title="Sophia, Torah Codes",css=css) as
|
102 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
103 |
-
with gr.Blocks(title="Sophia, Torah Codes") as app:
|
104 |
#with gr.Row():
|
105 |
chatBot = gr.ChatInterface(
|
106 |
respond,
|
|
|
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:
|
103 |
+
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
104 |
#with gr.Row():
|
105 |
chatBot = gr.ChatInterface(
|
106 |
respond,
|