Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def user_input(user_question):
|
|
| 82 |
)
|
| 83 |
|
| 84 |
#st.write("Reply: ", response["output_text"],"")
|
| 85 |
-
st.write("
|
| 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
|