Spaces:
Runtime error
Runtime error
xlr8
commited on
Commit
·
defdef0
1
Parent(s):
4d99cd5
update chat height
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
106 |
title="Chat with 405B",
|
107 |
additional_inputs=[initial_prompt, user_role, assistant_role, use_chatml],
|
108 |
concurrency_limit=10,
|
109 |
-
chatbot=gr.Chatbot(height=
|
110 |
)
|
111 |
|
112 |
gr.Markdown("""
|
|
|
106 |
title="Chat with 405B",
|
107 |
additional_inputs=[initial_prompt, user_role, assistant_role, use_chatml],
|
108 |
concurrency_limit=10,
|
109 |
+
chatbot=gr.Chatbot(height=600)
|
110 |
)
|
111 |
|
112 |
gr.Markdown("""
|