eagle0504 commited on
Commit
a77f178
1 Parent(s): 34acb30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ if prompt := st.chat_input("Tell me about YSA"):
176
  with st.spinner("Wait for it..."):
177
  st.markdown(response)
178
  with st.expander("See reference:"):
179
- st.table(ref)
180
  # Add assistant response to chat history
181
  st.session_state.messages.append({"role": "assistant", "content": response})
182
  st.session_state.messages.append(
 
176
  with st.spinner("Wait for it..."):
177
  st.markdown(response)
178
  with st.expander("See reference:"):
179
+ st.table(final_ref)
180
  # Add assistant response to chat history
181
  st.session_state.messages.append({"role": "assistant", "content": response})
182
  st.session_state.messages.append(