Update app.py
Browse files
app.py
CHANGED
@@ -42,5 +42,5 @@ if user_input:
|
|
42 |
|
43 |
# Display chat history
|
44 |
for question, answer in st.session_state.conversation_history:
|
45 |
-
st.
|
46 |
-
st.
|
|
|
42 |
|
43 |
# Display chat history
|
44 |
for question, answer in st.session_state.conversation_history:
|
45 |
+
st.write(f"**{question}**")
|
46 |
+
st.write(answer)
|