vsouza commited on
Commit ·
ffbcb46
1
Parent(s): 579a947
update warning msg
Browse files
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("
|
|
|
|
|
|
| 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='⚠')
|