eagle0504 commited on
Commit
2741dff
1 Parent(s): 2ea02a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
+ with st.expander("See reference:"):
139
  st.table(result)
140
 
141
  # Add assistant response to chat history