Spaces:
Runtime error
Runtime error
nos
commited on
Commit
•
5c525fe
1
Parent(s):
5b8ac70
Update app.py
Browse files
app.py
CHANGED
@@ -63,10 +63,10 @@ with gr.Blocks() as demo:
|
|
63 |
gr.ChatInterface(
|
64 |
respond,
|
65 |
chatbot=gr.Chatbot(height=400),
|
66 |
-
textbox=gr.Textbox(placeholder="Ask me
|
67 |
title="Sophia, Torah Codes",
|
68 |
description="Ask Sophia your questions",
|
69 |
-
theme="soft",
|
70 |
retry_btn=True,
|
71 |
undo_btn="Undo",
|
72 |
clear_btn="Clear",
|
|
|
63 |
gr.ChatInterface(
|
64 |
respond,
|
65 |
chatbot=gr.Chatbot(height=400),
|
66 |
+
textbox=gr.Textbox(placeholder="Ask me anything about Kabalah", container=False, scale=7),
|
67 |
title="Sophia, Torah Codes",
|
68 |
description="Ask Sophia your questions",
|
69 |
+
#theme="soft",
|
70 |
retry_btn=True,
|
71 |
undo_btn="Undo",
|
72 |
clear_btn="Clear",
|