Ankush05 commited on
Commit
f10a6c7
·
1 Parent(s): cb2d090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def Chatbot():
10
  if query := st.chat_input("Enter your message"):
11
  umsg = bard.get_answer(query)
12
 
13
- with st.chat_message("user")
14
  st.write(umsg)
15
 
16
  Chatbot()
 
10
  if query := st.chat_input("Enter your message"):
11
  umsg = bard.get_answer(query)
12
 
13
+ with st.chat_message("user"):
14
  st.write(umsg)
15
 
16
  Chatbot()