Spestly commited on
Commit
e8a623a
Β·
verified Β·
1 Parent(s): da90d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ class AthenaInferenceApp:
152
  st.session_state.chat_history = []
153
  st.rerun()
154
 
155
- st.markdown("*πŸ’¬ All in one chat UI for Athena models!*")
156
 
157
  for message in st.session_state.chat_history:
158
  with st.chat_message(message["role"]):
 
152
  st.session_state.chat_history = []
153
  st.rerun()
154
 
155
+ st.markdown("*πŸ’¬ Bored of Athena? Try Atlas-Flash and Atlas-Pro!*")
156
 
157
  for message in st.session_state.chat_history:
158
  with st.chat_message(message["role"]):