Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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(
|