vsouza commited on
Commit
ffbcb46
·
1 Parent(s): 579a947

update warning msg

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -98,4 +98,5 @@ if st.session_state.thread_id:
98
  with st.chat_message("assistant"):
99
  st.markdown(message.content[0].text.value)
100
  else:
101
- st.write("Click on 'Start Chat' to start a new thread.")
 
 
98
  with st.chat_message("assistant"):
99
  st.markdown(message.content[0].text.value)
100
  else:
101
+ st.write("\n")
102
+ st.info("Click on 'Start Chat' to start/continue a thread.", icon='⚠')