glabred commited on
Commit
598deb7
1 Parent(s): 16be00e

height update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def chat_completion(messages):
221
 
222
  # if assistant is the last message, we need to prompt the user
223
  # if user is the last message, we need to retry the assistant.
224
- history = st.container(height=450)
225
  with history:
226
  for message in st.session_state["messages"]:
227
  avatar = None
 
221
 
222
  # if assistant is the last message, we need to prompt the user
223
  # if user is the last message, we need to retry the assistant.
224
+ history = st.container(height=420)
225
  with history:
226
  for message in st.session_state["messages"]:
227
  avatar = None