Spaces:
Runtime error
Runtime error
Commit
·
457d842
1
Parent(s):
390417f
himself
Browse files
app.py
CHANGED
|
@@ -102,7 +102,6 @@ with gr.Blocks(title="Sophia, Torah Codes") as app:
|
|
| 102 |
chatBot = gr.ChatInterface(
|
| 103 |
respond,
|
| 104 |
retry_btn=None,
|
| 105 |
-
scale=9,
|
| 106 |
undo_btn="Undo",
|
| 107 |
clear_btn="Clear",
|
| 108 |
)
|
|
|
|
| 102 |
chatBot = gr.ChatInterface(
|
| 103 |
respond,
|
| 104 |
retry_btn=None,
|
|
|
|
| 105 |
undo_btn="Undo",
|
| 106 |
clear_btn="Clear",
|
| 107 |
)
|