Ankush05 commited on
Commit
321e90f
·
1 Parent(s): e08c538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ 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()
17
 
 
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()
17