CosmoAI commited on
Commit
7c55cfe
·
1 Parent(s): 80b0406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ def Chatbot():
48
  chat_message(query, answer)
49
  create_rem(answer)
50
 
51
- with st.chat_message("assistant"):
52
- st.write(answer["content"])
53
 
54
 
55
  Chatbot()
 
48
  chat_message(query, answer)
49
  create_rem(answer)
50
 
51
+ with st.chat_message("assistant"):
52
+ st.write(answer["content"])
53
 
54
 
55
  Chatbot()