Pippoz commited on
Commit
648f6db
1 Parent(s): b7c32ef

last changes chat

Browse files
Files changed (1) hide show
  1. pages/chat.py +1 -1
pages/chat.py CHANGED
@@ -19,7 +19,7 @@ def app():
19
  st.session_state.history = []
20
 
21
  st.title("IoT Chat Robot")
22
- st.write('Just chat with a friendly and smart AI')
23
  st.markdown('## ')
24
 
25
 
 
19
  st.session_state.history = []
20
 
21
  st.title("IoT Chat Robot")
22
+ st.write('Just chat with a friendly and smart AI developed by Meta')
23
  st.markdown('## ')
24
 
25