ujaganna commited on
Commit
b986e54
·
verified ·
1 Parent(s): 31228e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def user_input(user_question):
82
  )
83
 
84
  #st.write("Reply: ", response["output_text"],"")
85
- st.write("User question: ", user_question)
86
  st.write(bot_template.replace("{{MSG}}", response["output_text"]),unsafe_allow_html=True)
87
 
88
  # Streamlit UI
 
82
  )
83
 
84
  #st.write("Reply: ", response["output_text"],"")
85
+ st.write("question: ", user_question)
86
  st.write(bot_template.replace("{{MSG}}", response["output_text"]),unsafe_allow_html=True)
87
 
88
  # Streamlit UI