Manel commited on
Commit
35e9c22
Β·
verified Β·
1 Parent(s): 829ed3c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def get_response(user_question):
62
  user_question = st.chat_input('What do you want to ask ..')
63
 
64
  if user_question is not None and user_question!="":
65
- with st.chat_message("Human", avatar="πŸ§‘πŸ»"):
66
  st.write(user_question)
67
  response = get_response(user_question)
68
  with st.chat_message("AI", avatar="πŸ›οΈ"):
 
62
  user_question = st.chat_input('What do you want to ask ..')
63
 
64
  if user_question is not None and user_question!="":
65
+ with st.chat_message("Human", avatar="πŸ§”πŸ»"):
66
  st.write(user_question)
67
  response = get_response(user_question)
68
  with st.chat_message("AI", avatar="πŸ›οΈ"):