Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,6 @@ if prompt:
|
|
111 |
with st.chat_message("assistant", avatar=ai_avatar):
|
112 |
message_placeholder = st.empty()
|
113 |
|
114 |
-
# If there is a message not None, add it to the memory
|
115 |
try:
|
116 |
partial_message = ""
|
117 |
with st.spinner(" "):
|
|
|
111 |
with st.chat_message("assistant", avatar=ai_avatar):
|
112 |
message_placeholder = st.empty()
|
113 |
|
|
|
114 |
try:
|
115 |
partial_message = ""
|
116 |
with st.spinner(" "):
|