Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ def main():
|
|
| 175 |
st.session_state.chat_active = False
|
| 176 |
st.success("Chat ended. Reload to start again.")
|
| 177 |
else:
|
| 178 |
-
with st.spinner("
|
| 179 |
content_blocks = []
|
| 180 |
|
| 181 |
# System prompt inserted first here:
|
|
|
|
| 175 |
st.session_state.chat_active = False
|
| 176 |
st.success("Chat ended. Reload to start again.")
|
| 177 |
else:
|
| 178 |
+
with st.spinner("Let me think..."):
|
| 179 |
content_blocks = []
|
| 180 |
|
| 181 |
# System prompt inserted first here:
|