Spaces:
Runtime error
Runtime error
height update
Browse files
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=
|
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
|