Spaces:
Runtime error
Runtime error
Commit
·
c1a357d
1
Parent(s):
4de5904
himself
Browse files
app.py
CHANGED
|
@@ -97,13 +97,13 @@ 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 |
-
with gr.Row():
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
|
| 108 |
#with gr.Tab("Chat"):
|
| 109 |
# chatBot = gr.ChatInterface(
|
|
|
|
| 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 |
|
| 108 |
#with gr.Tab("Chat"):
|
| 109 |
# chatBot = gr.ChatInterface(
|