Spaces:
Runtime error
Runtime error
Commit
·
c0313ef
1
Parent(s):
457d842
himself
Browse files
app.py
CHANGED
|
@@ -97,14 +97,21 @@ def flip_image(x):
|
|
| 97 |
|
| 98 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
| 99 |
with gr.Blocks(title="Sophia, Torah Codes") as app:
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
chatBot = gr.ChatInterface(
|
| 103 |
respond,
|
| 104 |
retry_btn=None,
|
| 105 |
undo_btn="Undo",
|
| 106 |
clear_btn="Clear",
|
| 107 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
with gr.Tab("ELS"):
|
| 109 |
with gr.Row():
|
| 110 |
books_sel = gr.CheckboxGroup(booklist,value=booklist, label="Books", info="Torah books source")
|
|
|
|
| 97 |
|
| 98 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
| 99 |
with gr.Blocks(title="Sophia, Torah Codes") as app:
|
| 100 |
+
with gr.Row():
|
| 101 |
+
chatBot = gr.ChatInterface(
|
|
|
|
| 102 |
respond,
|
| 103 |
retry_btn=None,
|
| 104 |
undo_btn="Undo",
|
| 105 |
clear_btn="Clear",
|
| 106 |
)
|
| 107 |
+
with gr.Row():
|
| 108 |
+
#with gr.Tab("Chat"):
|
| 109 |
+
# chatBot = gr.ChatInterface(
|
| 110 |
+
# respond,
|
| 111 |
+
# retry_btn=None,
|
| 112 |
+
# undo_btn="Undo",
|
| 113 |
+
# clear_btn="Clear",
|
| 114 |
+
# )
|
| 115 |
with gr.Tab("ELS"):
|
| 116 |
with gr.Row():
|
| 117 |
books_sel = gr.CheckboxGroup(booklist,value=booklist, label="Books", info="Torah books source")
|