cyberandy commited on
Commit
78dfeca
·
verified ·
1 Parent(s): bc304a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def main():
63
 
64
  # Display the AI response in a collapsible section
65
  with st.expander("Show Full Response"):
66
- display_sources(response.get('sources', []))
67
 
68
  if __name__ == "__main__":
69
  main()
 
63
 
64
  # Display the AI response in a collapsible section
65
  with st.expander("Show Full Response"):
66
+ display_sources(response)
67
 
68
  if __name__ == "__main__":
69
  main()