Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ elif uploaded_files:
|
|
135 |
# Display assistant response in chat message container
|
136 |
with st.chat_message("assistant"):
|
137 |
st.write(response)
|
138 |
-
st.expander("See reference:")
|
139 |
st.table(result)
|
140 |
|
141 |
# Add assistant response to chat history
|
|
|
135 |
# Display assistant response in chat message container
|
136 |
with st.chat_message("assistant"):
|
137 |
st.write(response)
|
138 |
+
st.expander("See reference:"):
|
139 |
st.table(result)
|
140 |
|
141 |
# Add assistant response to chat history
|