captain-awesome commited on
Commit
edb84ad
1 Parent(s): c46950c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -11,5 +11,11 @@ with st.sidebar:
11
 
12
  st.chat_input("Type your message here...")
13
 
 
 
 
 
 
 
14
 
15
 
 
11
 
12
  st.chat_input("Type your message here...")
13
 
14
+ with st.chat_message("AI"):
15
+ st.write("Hello, how can I help you?")
16
+
17
+ with st.chat_message("AI"):
18
+ st.write("No")
19
+
20
 
21