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