xlr8 commited on
Commit
defdef0
·
1 Parent(s): 4d99cd5

update chat height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=800)
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("""