subashdvorak commited on
Commit
2ff3a9a
·
verified ·
1 Parent(s): f0422e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ query = st.text_input("Ask a question")
70
  if st.button("Ask"):
71
  if query:
72
  response = chatbot.chat(query)
73
- st.text_area("Answer", response, height=200)
 
70
  if st.button("Ask"):
71
  if query:
72
  response = chatbot.chat(query)
73
+ st.markdown(f"**Answer:**\n\n{response}")