Sayandip commited on
Commit
2ec2d52
·
verified ·
1 Parent(s): b876d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Gemini is thinking..."):
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: